cTableConstraints::ExistsField() - rstoetter/libsqlphp GitHub Wiki

Method ExistsField( )

 public   boolean rstoetter\libsqlphp\cTableConstraints::ExistsField(string $column_name)

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