cTableDescription::ExistsColumn() - rstoetter/libsqlphp GitHub Wiki
Method ExistsColumn( )
public boolean rstoetter\libsqlphp\cTableDescription::ExistsColumn($column_name)
- Namespace : rstoetter\libsqlphp
- Class name: cTableDescription
- This method is defined by rstoetter\libsqlphp\cTableDescription
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