persistentstorage/sql/SQLite/sqlite3.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
   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 **
       
   702 */
   701 */
   703 #define SQLITE_FCNTL_LOCKSTATE        1
   702 #define SQLITE_FCNTL_LOCKSTATE        1
   704 
   703 
   705 /*
   704 /*
   706 ** CAPI3REF: Mutex Handle {H17110} <S20130>
   705 ** CAPI3REF: Mutex Handle {H17110} <S20130>