findColumns() protected method
Collects the metadata of table columns.
| protected boolean findColumns ( $table ) | ||
|---|---|---|
| $table | yii\db\mssql\TableSchema | 
 The table metadata  |  
| return | boolean | 
 Whether the table exists in the database  |  
findColumns() protected method
Collects the metadata of table columns.
| protected boolean findColumns ( $table ) | ||
|---|---|---|
| $table | yii\db\mssql\TableSchema | 
 The table metadata  |  
| return | boolean | 
 Whether the table exists in the database  |  
Please login to continue.