Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/common/utils/
H A Dsqlite3_utils.c30 #define DB_STATE_TRANSACTION (0x1 << 1) macro
477 if ((ctx->state & DB_STATE_TRANSACTION) != 0) { in OpenTransaction()
486 ctx->state |= DB_STATE_TRANSACTION; in OpenTransaction()
503 if ((ctx->state & DB_STATE_TRANSACTION) == 0) { in CloseTransaction()
517 ctx->state &= ~DB_STATE_TRANSACTION; in CloseTransaction()

Completed in 3 milliseconds