Gets the total number of idle connections in the pool
Gets the total number of connections in the pool
Static
typeProtected
_Protected
_Protected
Prepares the columns for a CREATE statement
Protected
_Protected
Prepares any foreign key constraints based upon the field supplied
Protected
_Protected
_Protected
_Protected
_Protected
_Prepares a query to perform a multi-update statement which is based upon a multi-insert statement that performs an UPSERT and this is a lot faster than a bunch of individual update statements
Protected
beginProtected
This does nothing as the underlying instance handles this internally
Closes the database instance
Note: closing the db using this method will kill the instance for all references to the instance
Protected
commitProtected
This does nothing as the underlying instance handles this internally
Protected
connectionProtected
This is not required for this database type
Prepares and executes the creation of an index on the table specified
Prepares and executes the creation of a table including the relevant indexes and constraints
Escapes the value for SQL
Escapes the ID for sql
Retrieves the current PRAGMA setting
Lists the tables in the specified database
Optional
filename: stringPrepares and executes a query to that performs a multi-update statement which is based upon a multi-insert statement that performs an UPSERT which is a lot faster than a bunch of update statements
Protected
rollbackProtected
This does nothing as the underlying instance handles this internally
Sets the given PRAGMA setting
Truncates the specified table(s)
Creates a new instance connected to the specified database using the same configuration options
Creates a new instance of the class