container class for holding transaction behavior constants. These are the SQLite values passed to a START TRANSACTION SQL statement.
no read or write locks are created until the first statement is executed that requries a read or a write
a read+write lock is obtained, no other proces can read or write to the database
a readlock is obtained immediately so that no other process can write to the database
list of valid transaction behavior constants
Generated with the Darkfish Rdoc Generator 2.