persistentstorage/sql/SQLite/sqlite3.h
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
   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>