Property | Type | Description | |
---|---|---|---|
$_drop_table_if | string | DROP TABLE IF statement | |
$_null | string | NULL value representation in CREATE/ALTER TABLE statements | |
$_unsigned | array | UNSIGNED support |
Method | Description | |
---|---|---|
__construct ( &$db ) : void | Class constructor |
Method | Description | |
---|---|---|
_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 | ||
return | void |
protected _attr_type ( &$attributes ) : void | ||
return | void |
protected string $_drop_table_if | ||
return | string |
protected string $_null | ||
return | string |