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

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

Properties

isNULL
size_t isNULL [@property setter]

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

length
size_t length [@property getter]

Returns column count

size
size_t size [@property setter]

Returns cell size

toString
string toString [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta