cDatabaseTables::ExistsTable() - rstoetter/libsqlphp GitHub Wiki

Method ExistsTable( )

 public   boolean rstoetter\libsqlphp\cDatabaseTables::ExistsTable(string $table_name)

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