Home
last modified time | relevance | path

Searched refs:DB_STATE_QUERYING (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/common/utils/
H A Dsqlite3_utils.c29 #define DB_STATE_QUERYING (0x1) macro
181 ctx->state |= DB_STATE_QUERYING; in QueryData()
193 ctx->state &= ~DB_STATE_QUERYING; in QueryDataNext()
459 ctx->state &= ~DB_STATE_QUERYING; in QueryRecordByKey()
621 if ((ctx->state & DB_STATE_QUERYING) == 0) { in GetQueryResultColCount()
637 if ((ctx->state & DB_STATE_QUERYING) == 0) { in GetQueryResultColText()
659 if ((ctx->state & DB_STATE_QUERYING) == 0) { in GetQueryResultColInt()
677 if ((ctx->state & DB_STATE_QUERYING) == 0) { in GetQueryResultColInt64()
695 if ((ctx->state & DB_STATE_QUERYING) == 0) { in GetQueryResultColDouble()

Completed in 2 milliseconds