getSchema() public method
Returns the schema information for the database opened by this connection.
| public yii\db\Schema getSchema ( ) | ||
|---|---|---|
| return | yii\db\Schema |
The schema information for the database opened by this connection. |
| throws | yii\base\NotSupportedException |
if there is no support for the current driver type |
Please login to continue.