MySQLRowImpl

Undocumented in source.
class MySQLRowImpl : RowImpl {}

Constructors

this
this(RowDesc desc)
Undocumented in source.

Inherited Members

From RowImpl

next
RowInternal next;
Undocumented in source.
desc
RowDesc desc;
Undocumented in source.
getColumnName
string getColumnName(int pos)
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.
getBoolean
bool getBoolean(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getBoolean
alias getBoolean = ArrayTuple.getBoolean
Undocumented in source.
getValue
Variant getValue(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
alias getValue = ArrayTuple.getValue
Undocumented in source.
getShort
short getShort(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getShort
alias getShort = ArrayTuple.getShort
Undocumented in source.
getInteger
int getInteger(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getInteger
alias getInteger = ArrayTuple.getInteger
Undocumented in source.
getLong
long getLong(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getLong
alias getLong = ArrayTuple.getLong
Undocumented in source.
getFloat
float getFloat(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getFloat
alias getFloat = ArrayTuple.getFloat
Undocumented in source.
getDouble
double getDouble(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getDouble
alias getDouble = ArrayTuple.getDouble
Undocumented in source.
getString
string getString(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getString
alias getString = ArrayTuple.getString
Undocumented in source.
getBuffer
byte[] getBuffer(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getBuffer
alias getBuffer = ArrayTuple.getBuffer
Undocumented in source.
setNext
void setNext(RowInternal next)
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.

Meta