Database controller constructor.
Database connection URL.
Database controller object.
Connection pool.
Close the connection to the database.
Commit a transaction.
Execute a SQL query.
SQL statement.
Values to be inserted into the statement.
Query results.
Execute multiple SQL queries, each one right after the last
SQL statement.
Values to be inserted into the statement.
Results of all queries.
Get a single connection object from the pool.
The connection object.
Rollback a transaction.
Set the database controller's current connection object.
null
can be passed to use the connection pool.
The connection object.
Start a transaction.
Generated using TypeDoc
Control the database through a single object.