RowInternal

Undocumented in source.

Members

Functions

getNext
RowInternal getNext()
Undocumented in source.
setNext
void setNext(RowInternal next)
Undocumented in source.

Inherited Members

From Row

getColumnName
string getColumnName(int pos)

Get a column name at {@code pos}.

getColumnIndex
int getColumnIndex(string name)

Get a column position for the given column {@code name}.

getValue
Variant getValue(string name)

Get an object value at {@code pos}.

getValue
alias getValue = Tuple.getValue
Undocumented in source.
opIndex
alias opIndex = getValue
Undocumented in source.
getBoolean
bool getBoolean(string name)

Get a boolean value at {@code pos}.

getBoolean
alias getBoolean = Tuple.getBoolean
Undocumented in source.
getShort
short getShort(string name)

Get a short value at {@code pos}.

getShort
alias getShort = Tuple.getShort
Undocumented in source.
getInteger
int getInteger(string name)

Get an integer value at {@code pos}.

getInteger
alias getInteger = Tuple.getInteger
Undocumented in source.
getLong
long getLong(string name)

Get a long value at {@code pos}.

getLong
alias getLong = Tuple.getLong
Undocumented in source.
getFloat
float getFloat(string name)

Get a float value at {@code pos}.

getFloat
alias getFloat = Tuple.getFloat
Undocumented in source.
getDouble
double getDouble(string name)

Get a double value at {@code pos}.

getDouble
alias getDouble = Tuple.getDouble
Undocumented in source.
getString
string getString(string name)

Get a string value at {@code pos}.

getString
alias getString = Tuple.getString
Undocumented in source.
getBuffer
byte[] getBuffer(string name)

Get a buffer value at {@code pos}.

getBuffer
alias getBuffer = Tuple.getBuffer
Undocumented in source.
getAs
alias getAs = bind
Undocumented in source.
bind
T bind()
Undocumented in source. Be warned that the author may not have intended to support it.
bindObject
void bindObject(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
T bind()
Undocumented in source. Be warned that the author may not have intended to support it.
bindObject
void bindObject(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta