Row

Represents one row from the answer table

Constructors

this
this(Answer answer, size_t row)

Members

Functions

columnExists
bool columnExists(string column)

Checks if column with name exists

columnName
string columnName(size_t colNum)

Returns column name by field number

columnNum
size_t columnNum(string columnName)

Returns column number by field name

isNULL
bool isNULL(size_t col)

Checks if value is NULL

length
size_t length()

Returns column count

opIndex
immutable(Value) opIndex(size_t col)

Returns cell value by column number

opIndex
immutable(Value) opIndex(string column)

Returns cell value by field name

size
size_t size(size_t col)

Returns the actual length of a cell value in bytes.

toString
string toString()

Meta