cTableConstraints::ExistsField() - rstoetter/libsqlphp GitHub Wiki
Method ExistsField( )
public boolean rstoetter\libsqlphp\cTableConstraints::ExistsField(string $column_name)
- Namespace : rstoetter\libsqlphp
- Class name: cTableConstraints
- This method is defined by rstoetter\libsqlphp\cTableConstraints
The method ExistsField( ) returns true, if there is a field with the column name $column_name
Example:
Arguments
- $column_name string - <p>the name of the column to search</p>
Returns
boolean true, if there is a field with the column name $column_name