persistentstorage/sql/SQLite/sqlite3.h
changeset 41 3256212fc81f
parent 0 08ec8eefde2f
child 45 cc28652e0254
equal deleted inserted replaced
35:0d6db0a14001 41:3256212fc81f
   696 ** the lock (one of [SQLITE_LOCK_NONE], [SQLITE_LOCK_SHARED],
   696 ** the lock (one of [SQLITE_LOCK_NONE], [SQLITE_LOCK_SHARED],
   697 ** [SQLITE_LOCK_RESERVED], [SQLITE_LOCK_PENDING], or [SQLITE_LOCK_EXCLUSIVE])
   697 ** [SQLITE_LOCK_RESERVED], [SQLITE_LOCK_PENDING], or [SQLITE_LOCK_EXCLUSIVE])
   698 ** into an integer that the pArg argument points to. This capability
   698 ** into an integer that the pArg argument points to. This capability
   699 ** is used during testing and only needs to be supported when SQLITE_TEST
   699 ** is used during testing and only needs to be supported when SQLITE_TEST
   700 ** is defined.
   700 ** is defined.
       
   701 **
   701 */
   702 */
   702 #define SQLITE_FCNTL_LOCKSTATE        1
   703 #define SQLITE_FCNTL_LOCKSTATE        1
   703 
   704 
   704 /*
   705 /*
   705 ** CAPI3REF: Mutex Handle {H17110} <S20130>
   706 ** CAPI3REF: Mutex Handle {H17110} <S20130>