Class SQLiteDriver
Connection driver for SQLite.
- ICanBoogie\ActiveRecord\Driver\BasicDriver implements ICanBoogie\ActiveRecord\Driver uses ICanBoogie\Accessor\AccessorTrait (not available)
-
ICanBoogie\ActiveRecord\Driver\MySQLDriver
-
ICanBoogie\ActiveRecord\Driver\SQLiteDriver
Methods summary
public
string
|
|
protected
string
|
|
public
boolean
|
|
public
|
|
protected
string
|
Methods inherited from ICanBoogie\ActiveRecord\Driver\MySQLDriver
create_indexes(),
create_indexes_of(),
create_table(),
create_unique_indexes(),
render_create_table_line(),
render_create_table_lines(),
render_create_table_primary_key()
Methods inherited from ICanBoogie\ActiveRecord\Driver\BasicDriver
__construct(),
cast_value(),
get_connection(),
quote_identifier(),
quote_string(),
resolve_quoted_table_name(),
resolve_table_name()