PGSQLResultSet

Undocumented in source.

Constructors

this
this(PGSQLStatement stmt, Variant[][] data, ResultSetMetaData metadata)

Undocumented in source.

Members

Functions

checkClosed
void checkClosed()

Undocumented in source. Be warned that the author may not have intended to support it.

close
void close()

Undocumented in source. Be warned that the author may not have intended to support it.

findColumn
int findColumn(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

first
bool first()

Undocumented in source. Be warned that the author may not have intended to support it.

getBoolean
bool getBoolean(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getByte
byte getByte(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getBytes
byte[] getBytes(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getDate
Date getDate(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getDateTime
DateTime getDateTime(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getDouble
double getDouble(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getFetchSize
ulong getFetchSize()

Undocumented in source. Be warned that the author may not have intended to support it.

getFloat
float getFloat(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getInt
int getInt(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getLong
long getLong(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getMetaData
ResultSetMetaData getMetaData()

Undocumented in source. Be warned that the author may not have intended to support it.

getRow
int getRow()

Undocumented in source. Be warned that the author may not have intended to support it.

getShort
short getShort(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getStatement
Statement getStatement()

Undocumented in source. Be warned that the author may not have intended to support it.

getString
string getString(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getSysTime
SysTime getSysTime(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getTime
TimeOfDay getTime(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUbyte
ubyte getUbyte(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUbytes
ubyte[] getUbytes(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUint
uint getUint(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUlong
ulong getUlong(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUshort
ushort getUshort(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getValue
Variant getValue(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getVariant
Variant getVariant(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

isFirst
bool isFirst()

Undocumented in source. Be warned that the author may not have intended to support it.

isLast
bool isLast()

Undocumented in source. Be warned that the author may not have intended to support it.

isNull
bool isNull(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

lock
void lock()

Undocumented in source. Be warned that the author may not have intended to support it.

next
bool next()

Undocumented in source. Be warned that the author may not have intended to support it.

onStatementClosed
void onStatementClosed()

Undocumented in source. Be warned that the author may not have intended to support it.

unlock
void unlock()

Undocumented in source. Be warned that the author may not have intended to support it.

wasNull
bool wasNull()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

metadata
ResultSetMetaData metadata;

Undocumented in source.

Inherited Members

From ResultSetImpl

opApply
int opApply(int delegate(DataSetReader) dg)

Undocumented in source. Be warned that the author may not have intended to support it.

close
void close()

Undocumented in source. Be warned that the author may not have intended to support it.

first
bool first()

Undocumented in source. Be warned that the author may not have intended to support it.

isFirst
bool isFirst()

Undocumented in source. Be warned that the author may not have intended to support it.

isLast
bool isLast()

Undocumented in source. Be warned that the author may not have intended to support it.

next
bool next()

Undocumented in source. Be warned that the author may not have intended to support it.

findColumn
int findColumn(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getBoolean
bool getBoolean(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getBoolean
bool getBoolean(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getUbyte
ubyte getUbyte(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUbyte
ubyte getUbyte(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getByte
byte getByte(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getByte
byte getByte(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getBytes
byte[] getBytes(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getBytes
byte[] getBytes(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getUbytes
ubyte[] getUbytes(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUbytes
ubyte[] getUbytes(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getShort
short getShort(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getShort
short getShort(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getUshort
ushort getUshort(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUshort
ushort getUshort(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getInt
int getInt(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getInt
int getInt(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getUint
uint getUint(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUint
uint getUint(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getLong
long getLong(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getLong
long getLong(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getUlong
ulong getUlong(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getUlong
ulong getUlong(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getDouble
double getDouble(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getDouble
double getDouble(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getFloat
float getFloat(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getFloat
float getFloat(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getString
string getString(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getString
string getString(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getVariant
Variant getVariant(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getVariant
Variant getVariant(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

wasNull
bool wasNull()

Undocumented in source. Be warned that the author may not have intended to support it.

isNull
bool isNull(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getMetaData
ResultSetMetaData getMetaData()

Undocumented in source. Be warned that the author may not have intended to support it.

getStatement
Statement getStatement()

Undocumented in source. Be warned that the author may not have intended to support it.

getRow
int getRow()

Undocumented in source. Be warned that the author may not have intended to support it.

getFetchSize
ulong getFetchSize()

Undocumented in source. Be warned that the author may not have intended to support it.

getSysTime
std.datetime.systime.SysTime getSysTime(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getDateTime
std.datetime.DateTime getDateTime(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getDate
std.datetime.Date getDate(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getTime
std.datetime.TimeOfDay getTime(int columnIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

getSysTime
std.datetime.systime.SysTime getSysTime(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getDateTime
std.datetime.DateTime getDateTime(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getDate
std.datetime.Date getDate(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

getTime
std.datetime.TimeOfDay getTime(string columnName)

Undocumented in source. Be warned that the author may not have intended to support it.

Meta