GetBySQLNo method

Applies to
TIB_Row

Declaration
Function GetBySQLNo(ASQLNo: smallint; var AColumn: TIB_Column ): boolean;

Description
Quiet way to get a reference to a column object. If one does not match then nil is assigned to the AIB_Field parameter instead of raising an exception.

AFieldName is the full or column name only of the column. Case-insensitive.

ASQLNo is the actual numerical order in the SQL statement.

This returns true or false as well indicating if a matching column was found.