Class MySQLDriver
Connection driver for MySQL.
- ICanBoogie\ActiveRecord\Driver\BasicDriver implements ICanBoogie\ActiveRecord\Driver uses ICanBoogie\Accessor\AccessorTrait (not available)
-
ICanBoogie\ActiveRecord\Driver\MySQLDriver
Direct known subclasses
Methods summary
public
string
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
protected
string
|
#
render_create_table( string $unprefixed_table_name,
Renders create table statement. |
protected
array
|
#
render_create_table_lines(
Renders the lines used to create a table. |
protected
string
|
#
render_create_table_line(
Renders a line used to create a table. |
protected
string
|
#
render_create_table_primary_key(
Renders primary key clause to create table. |
protected
|
#
create_indexes_of( string $type, string $unprefixed_table_name, array $indexes )
Creates indexes of a give type. |
Methods inherited from ICanBoogie\ActiveRecord\Driver\BasicDriver
__construct(),
cast_value(),
get_connection(),
quote_identifier(),
quote_string(),
resolve_index_name(),
resolve_quoted_table_name(),
resolve_table_name()