Module: Amalgalite::SQLite3::Constants::Lock
- Defined in:
- ext/amalgalite/c/amalgalite_constants.c
Constant Summary collapse
- EXCLUSIVE =
no meaningful autogenerated documentation – constant is self explanatory ?
INT2FIX(SQLITE_LOCK_EXCLUSIVE)
- NONE =
no meaningful autogenerated documentation – constant is self explanatory ?
INT2FIX(SQLITE_LOCK_NONE)
- PENDING =
no meaningful autogenerated documentation – constant is self explanatory ?
INT2FIX(SQLITE_LOCK_PENDING)
- RESERVED =
no meaningful autogenerated documentation – constant is self explanatory ?
INT2FIX(SQLITE_LOCK_RESERVED)
- SHARED =
no meaningful autogenerated documentation – constant is self explanatory ?
INT2FIX(SQLITE_LOCK_SHARED)