cDatabaseTables::ExistsTable() - rstoetter/libsqlphp GitHub Wiki
Method ExistsTable( )
public boolean rstoetter\libsqlphp\cDatabaseTables::ExistsTable(string $table_name)
- Namespace : rstoetter\libsqlphp
- Class name: cDatabaseTables
- This method is defined by rstoetter\libsqlphp\cDatabaseTables
The method ExistsTable returns true, if a table with the name $table_name exists in the databsse
Example:
Arguments
- $table_name string - <p>is the name of the table</p>
Returns
boolean true, if a table with the name $table_name exists in the databsse