프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_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 |
메소드 | 설명 | |
---|---|---|
_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 | ||
리턴 | void |
protected _process_column ( array $field ) : string | ||
$field | array | |
리턴 | string |
protected _process_indexes ( string $table ) : string | ||
$table | string | (ignored) |
리턴 | string |
protected string $_create_database | ||
리턴 | string |
protected bool $_create_table_keys | ||
리턴 | boolean |