This is the complete list of members for Schema, including all inherited members.
| $colDefs (defined in Schema) | Schema | protected |
| $db (defined in Schema) | Schema | protected |
| $tables (defined in Schema) | Schema | protected |
| __callStatic(string $ignored, array $args) (defined in FactoryTrait) | FactoryTrait | static |
| __construct(DB $db) | Schema | |
| addColumn(string $table, string $column, int $type=self::T_STRING_NULL) | Schema | |
| addUniqueKey(string $table, array $columns) | Schema | |
| COLUMN_DEFINITIONS | Schema | protected |
| createTable(string $table, array $columns, array $foreign=[]) | Schema | |
| DATETIME_FORMAT (defined in Schema) | Schema | |
| dropTable(string $table) | Schema | |
| dropUniqueKey(string $table, array $columns) | Schema | |
| factory(DB $db) | Schema | static |
| factory(DB $db,... $args) (defined in FactoryTrait) | FactoryTrait | static |
| getColumnInfo(string $table) | Schema | |
| getDb() | Schema | |
| getForeignKeyName(string $table, string $column) | Schema | |
| getPrimaryKeyName(string $table, array $columns) | Schema | |
| getTable(string $name) | Schema | |
| getUniqueKeyName(string $table, array $columns) | Schema | |
| hasColumn(string $table, string $column) | Schema | |
| hasUniqueKey(string $table, array $columns) | Schema | |
| I_AUTOINCREMENT | Schema | protected |
| I_MASK | Schema | protected |
| I_PRIMARY | Schema | |
| offsetExists($table) | Schema | |
| offsetGet($table) | Schema | |
| offsetSet($offset, $value) | Schema | |
| offsetUnset($offset) | Schema | |
| PHP_TYPES | Schema | protected |
| renameTable(string $oldName, string $newName) | Schema | |
| sortColumns(array $types) | Schema | protected |
| T_AUTOINCREMENT | Schema | |
| T_BLOB | Schema | |
| T_BLOB_NULL (defined in Schema) | Schema | |
| T_BOOL | Schema | |
| T_BOOL_NULL (defined in Schema) | Schema | |
| T_CONST_NAMES | Schema | |
| T_DATETIME | Schema | |
| T_DATETIME_NULL (defined in Schema) | Schema | |
| T_FLOAT | Schema | |
| T_FLOAT_NULL (defined in Schema) | Schema | |
| T_INT | Schema | |
| T_INT_NULL (defined in Schema) | Schema | |
| T_MASK | Schema | protected |
| T_STRICT | Schema | protected |
| T_STRING | Schema | |
| T_STRING_NULL (defined in Schema) | Schema | |
| T_TEXT | Schema | |
| T_TEXT_NULL (defined in Schema) | Schema |