Struct Row
Represents one row from the answer table
Constructors
Name | Description |
this
(answer, row)
|
|
Methods
Name | Description |
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
()
|
|