Inherits DataItem.
Definition at line 18 of file character_set.inc.
◆ save()
TableCharacterSet::save |
( |
| ) |
|
◆ updateCharacterSet()
static TableCharacterSet::updateCharacterSet |
( |
|
$table, |
|
|
|
$charset |
|
) |
| |
|
static |
Definition at line 30 of file character_set.inc.
35 $stmt =
"ALTER TABLE {$table} CHARACTER SET {$charset}";
38 $db = ConnectionManager::getConnection();
◆ $fields
TableCharacterSet::$fields |
Initial value:= array("table_name" => String,
"character_set" => String)
Definition at line 22 of file character_set.inc.
◆ $primary_key
TableCharacterSet::$primary_key = "table_name" |
The documentation for this class was generated from the following file: