Struct Row

Represents one row from the answer table

struct Row ;

Constructors

NameDescription
this (answer, row)

Methods

NameDescription
columnExists (column) Checks if column with name exists
columnName (colNum) Returns column name by field number
columnNum (columnName) Returns column number by field name
isNULL (col) Checks if value is NULL
length () Returns column count
opIndex (col) Returns cell value by column number
opIndex (column) Returns cell value by field name
size (col) Returns the actual length of a cell value in bytes.
toString ()