mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed
void flushQueryLog() Clear the query log. Return Value void
void enableQueryLog() Enable the query log on the connection. Return Value void
void disconnect() Disconnect from the underlying PDO connection. Return Value void
void disableQueryLog() Disable the query log on the connection. Return Value void
int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int
cursor($query, $bindings = array(), $useReadPdo = true) Parameters $query $bindings $useReadPdo
void commit() Commit the active database transaction. Return Value void
void bindValues(PDOStatement $statement, array $bindings) Bind values to their parameters in the given statement. Parameters PDOStatement $statement array $bindings Return Value void
void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception
Page 138 of 996