- 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.
- 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.