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