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

Method GetColumnObject( )

 public   \rstoetter\libsqlphp\cTableDescriptionEntry|null rstoetter\libsqlphp\cTableDescription::GetColumnObject(string $field_name)

The method GetColumnObject( ) returns the object of type cTableDescriptionEntry with the column name $field_name or null

Example:

Arguments

  • $field_name string - <p>is the name of the field to check</p>

Returns

\rstoetter\libsqlphp\cTableDescriptionEntry|null the object of type cTableDescriptionEntry with the column name $field_name or null