RowImpl

Undocumented in source.

Constructors

this
this(RowDesc desc)
Undocumented in source.
this
this(RowImpl row)
Undocumented in source.

Members

Aliases

getBoolean
alias getBoolean = ArrayTuple.getBoolean
Undocumented in source.
getBuffer
alias getBuffer = ArrayTuple.getBuffer
Undocumented in source.
getDouble
alias getDouble = ArrayTuple.getDouble
Undocumented in source.
getFloat
alias getFloat = ArrayTuple.getFloat
Undocumented in source.
getInteger
alias getInteger = ArrayTuple.getInteger
Undocumented in source.
getLong
alias getLong = ArrayTuple.getLong
Undocumented in source.
getShort
alias getShort = ArrayTuple.getShort
Undocumented in source.
getString
alias getString = ArrayTuple.getString
Undocumented in source.
getValue
alias getValue = ArrayTuple.getValue
Undocumented in source.

Functions

getBoolean
bool getBoolean(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getBuffer
byte[] getBuffer(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnIndex
int getColumnIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnName
string getColumnName(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getDouble
double getDouble(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getFloat
float getFloat(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getInteger
int getInteger(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getLong
long getLong(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getNext
RowInternal getNext()
Undocumented in source. Be warned that the author may not have intended to support it.
getShort
short getShort(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getString
string getString(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Variant getValue(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setNext
void setNext(RowInternal next)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

desc
RowDesc desc;
Undocumented in source.
next
RowInternal next;
Undocumented in source.

Inherited Members

From ArrayTuple

EMPTY
Tuple EMPTY()
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
getBoolean
bool getBoolean(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Variant getValue(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getShort
short getShort(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getInteger
int getInteger(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getLong
long getLong(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getFloat
float getFloat(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getDouble
double getDouble(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getString
string getString(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getBuffer
byte[] getBuffer(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
addValue
Tuple addValue(Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.

From RowInternal

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

Meta