|
Table::isViewCheck if table is view Description
public bool mysql_xdevapi\Table::isView()
Determine if the underlying object is a view or not. ParametersThis function has no parameters. Return Values
ExamplesExample #1 mysql_xdevapi\Table::isView example
The above example will output: This is not a view. |