cAllDatabaseFields::ExistsTablename() - rstoetter/libsqlphp GitHub Wiki
Method ExistsTablename( )
public boolean rstoetter\libsqlphp\cAllDatabaseFields::ExistsTablename(string $tablename)
- Namespace : rstoetter\libsqlphp
- Class name: cAllDatabaseFields
- This method is defined by rstoetter\libsqlphp\cAllDatabaseFields
Retturns true, if the table name $tablename exists in the database
Example:
Arguments
- $tablename string - <p>the name of the table</p>
Returns
boolean true, if $tablename exists in the database