bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool
int update(string $query, array $bindings = array()) Run an update statement against the database. Parameters string $query array $bindings Return Value int
void useDefaultPostProcessor() Set the query post processor to the default implementation. Return Value void
void useDefaultQueryGrammar() Set the query grammar to the default implementation. Return Value void
void useDefaultSchemaGrammar() Set the schema 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|Closure $pdo, string $database = '', string $tablePrefix = '', array $config = array()) Create a new database connection instance. Parameters PDO|Closure $pdo string $database string $tablePrefix array $config Return Value void
MySqlConnector class MySqlConnector extends Connector implements ConnectorInterface (View source) Traits DetectsLostConnections
PDO connect(array $config) Establish a database connection. Parameters array $config Return Value PDO
PDO createConnection(string $dsn, array $config, array $options) Create a new PDO connection. Parameters string $dsn array $config array $options Return Value PDO
Page 9535 of 11844