cTableDescription::ExistsColumn() - rstoetter/libsqlphp GitHub Wiki

Method ExistsColumn( )

 public   boolean rstoetter\libsqlphp\cTableDescription::ExistsColumn($column_name)

The method ExistsColumn( ) returns true, if there exists a column with the name $column_name

Example:

Arguments

  • $column_name mixed

Returns

boolean true, if there exists a column with the name $column_name