Row

Represents one row from the answer table

Constructors

this
this(Answer answer, size_t row)
Undocumented in source.

Members

Functions

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)

Value NULL checking Do not confuse it with Nullable's isNull method

length
size_t length()

Returns column count

opIndex
immutable(Value) opIndex(size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
immutable(Value) opIndex(string column)
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size(size_t col)

Returns cell size

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta