Property | Type | Description | |
---|---|---|---|
$_create_database | string | CREATE DATABASE statement | |
$_create_table_keys | boolean | Whether table keys are created from within the CREATE TABLE statement. | |
$_drop_database | string | DROP DATABASE statement | |
$_drop_table_if | string | DROP TABLE IF statement | |
$_unsigned | array | UNSIGNED support |
Method | Description | |
---|---|---|
_alter_table ( string $alter_type, string $table, mixed $field ) : string | string[] | ALTER TABLE | |
_attr_type ( &$attributes ) : void | Field attribute TYPE | |
_process_column ( array $field ) : string | Process column | |
_process_indexes ( string $table ) : string | Process indexes |
protected _attr_type ( &$attributes ) : void | ||
return | void |
protected _process_column ( array $field ) : string | ||
$field | array | |
return | string |
protected _process_indexes ( string $table ) : string | ||
$table | string | (ignored) |
return | string |
protected string $_create_database | ||
return | string |
protected bool $_create_table_keys | ||
return | boolean |
protected string $_drop_database | ||
return | string |
protected string $_drop_table_if | ||
return | string |