메소드 |
설명 |
|
get_columns ( array $schema ) : string |
Returns the according SQL string for the columns in the given table schema. |
|
get_keys ( Inpsyde\MultilingualPress\Database\Table $table ) : string |
Returns the according SQL string for the keys of the given table. |
|
get_options ( ) : string |
Returns the SQL string for the table options. |
|
insert_default_content ( Inpsyde\MultilingualPress\Database\Table $table ) : void |
Inserts the according default content into the given table. |
|
table_exists ( string $table_name ) : boolean |
Checks if a table with the given name exists in the database. |
|