DB Member List

This is the complete list of members for DB, including all inherited members.

$junctions (defined in DB)DBprotected
$loggerDBprotected
$migrationsDBprotected
$records (defined in DB)DBprotected
$schema (defined in DB)DBprotected
$transactionsDBprotected
__construct($dsn, $username=null, $password=null, array $options=[])DB
__construct_mysql()DBprotected
__construct_sqlite()DBprotected
beginTransaction()DB
commit()DB
exec($sql)DB
factory(string $class,... $args)DB
fromConfig(string $connection='default', string $file='db.config.php')DBstatic
getDriver()DB
getJunction(string $interface)DB
getLogger()DB
getMigrator()DB
getRecord($class)DB
getSchema()DB
isMySQL()DB
isPostgreSQL()DB
isSQLite()DB
log(string $sql)DB
marks(int $count)DBstatic
newTransaction()DB
offsetExists($table)DB
offsetGet($table)DB
offsetSet($offset, $value)DB
offsetUnset($offset)DB
prepare($sql, $options=[])DB
query($sql, $mode=PDO::ATTR_DEFAULT_FETCH_MODE, $arg3=null, array $ctorargs=[])DB
quote($value, $type=self::PARAM_STR)DB
quoteArray(array $values)DB
quoteList(array $values)DB
rollBack()DB
setLogger(callable $logger)DB
setRecord(string $class, Record $record)DB
slots(array $columns)DBstatic
sqliteCreateFunctions(array $callables, bool $deterministic=true)DB
transact(callable $work)DB