db\mssql\Schema loadTableSchema()

loadTableSchema() public method

Loads the metadata for the specified table.

public yii\db\mssql\TableSchema|null loadTableSchema ( $name )
$name string

Table name

return yii\db\mssql\TableSchema|null

Driver dependent table metadata. Null if the table does not exist.

doc_Yii
2016-10-30 16:58:24
Comments
Leave a Comment

Please login to continue.