loadTableSchema() protected abstract method
Loads the metadata for the specified table.
| protected abstract null|yii\db\TableSchema loadTableSchema ( $name ) | ||
|---|---|---|
| $name | string |
Table name |
| return | null|yii\db\TableSchema |
DBMS-dependent table metadata, null if the table does not exist. |
Please login to continue.