Interface Driver
Connection driver interface.
Direct known implementers
ICanBoogie\ActiveRecord\Connection
,
ICanBoogie\ActiveRecord\Driver\BasicDriver
Indirect known implementers
ICanBoogie\ActiveRecord\Driver\MySQLDriver
,
ICanBoogie\ActiveRecord\Driver\SQLiteDriver
Methods summary
public
string|array
|
|
public
string|array
|
|
public
mixed
|
#
cast_value( mixed $value, string|null $type = null )
Casts a value into a database compatible representation. |
public
string
|
|
public
|
#
create_table( string $unprefixed_table_name,
Creates a table given a schema. |
public
|
#
create_indexes( string $unprefixed_table_name,
Creates indexes given a schema. |
public
|
#
create_unique_indexes( string $unprefixed_table_name,
Creates unique indexes given a schema. |
public
boolean
|
|
public
|