Readonly
configReadonly
poolProtected
beginProtected
commitProtected
connectionPrepares and executes the creation of a table including the relevant indexes and constraints
Drop the tables from the database
Prepares and performs a query that performs a multi-insert statement which is far faster than a bunch of individual insert statements
Prepares 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
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
Performs an individual query and returns the result
Protected
rollbackPerforms the specified queries in a transaction
Switches the default database referenced by the connection
Creates a new instance of the class