PDO connect(array $config) Establish a database connection. Parameters array $config Return Value PDO Exceptions InvalidArgumentException
array getDefaultOptions() Get the default PDO connection options. Return Value array
PDO createConnection(string $dsn, array $config, array $options) Create a new PDO connection. Parameters string $dsn array $config array $options Return Value PDO
void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void
void useDefaultQueryGrammar() Set the query grammar to the default implementation. Return Value void
Grammar withTablePrefix(Grammar $grammar) Set the table prefix and return the grammar. Parameters Grammar $grammar Return Value Grammar
void __construct(PDO $pdo, string $database = '', string $tablePrefix = '', array $config = array()) Create a new database connection instance. Parameters PDO $pdo string $database string $tablePrefix array $config Return Value void
SQLiteConnector class SQLiteConnector extends Connector implements ConnectorInterface (View source) Traits DetectsLostConnections
void useDefaultPostProcessor() Set the query post processor to the default implementation. Return Value void
int transactionLevel() Get the number of active transactions. Return Value int
Page 145 of 996