프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_drop_table_if | string | DROP TABLE IF statement | |
$_null | string | NULL value representation in CREATE/ALTER TABLE statements | |
$_unsigned | array | UNSIGNED support |
메소드 | 설명 | |
---|---|---|
__construct ( &$db ) : void | Class constructor |
메소드 | 설명 | |
---|---|---|
_alter_table ( string $alter_type, string $table, mixed $field ) : string | string[] | ALTER TABLE | |
_attr_auto_increment ( &$attributes, &$field ) : void | Field attribute AUTO_INCREMENT | |
_attr_type ( &$attributes ) : void | Field attribute TYPE |
protected _attr_auto_increment ( &$attributes, &$field ) : void | ||
리턴 | void |
protected _attr_type ( &$attributes ) : void | ||
리턴 | void |
protected string $_null | ||
리턴 | string |