PGSQLStatement

Undocumented in source.

Constructors

this
this(PGSQLConnection conn)

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.

closeResultSet
void closeResultSet()

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

createMetadata
ResultSetMetaData createMetadata(PGresult* res)

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

createParameterMetadata
ParameterMetaData createParameterMetadata(int paramCount)

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

executeQuery
dstruct.ddbc.core.ResultSet executeQuery(string query)

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

executeUpdate
int executeUpdate(string query)

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

executeUpdate
int executeUpdate(string query, Variant insertId)

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

getConnection
PGSQLConnection getConnection()

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

getError
string getError()

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.

readInsertId
void readInsertId(PGresult* res, Variant insertId)

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.

Inherited Members

From Statement

executeQuery
ResultSet executeQuery(string query)

Undocumented in source.

executeUpdate
int executeUpdate(string query)

Undocumented in source.

executeUpdate
int executeUpdate(string query, Variant insertId)

Undocumented in source.

close
void close()

Undocumented in source.

Meta