cTableColumns::GetColumn() - rstoetter/libsqlphp GitHub Wiki

Method GetColumn( )

 public   \rstoetter\libsqlphp\cTableColumnsEntry rstoetter\libsqlphp\cTableColumns::GetColumn(integer $index)

The method GetColumn( ) returns the column with the index $index

Example:

Arguments

  • $index integer - <p>the index of the wanted field</p>

Returns

\rstoetter\libsqlphp\cTableColumnsEntry the column with the index $index