- cancelRequest
PgConnection cancelRequest(hunt.database.base.Common.VoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- escapeIdentifier
string escapeIdentifier(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
- escapeLiteral
string escapeLiteral(string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleNotification
void handleNotification(int processId, string channel, string payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- notificationHandler
PgConnection notificationHandler(PgNotificationHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepareNamedQuery
NamedQuery prepareNamedQuery(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepareNamedQueryAsync
Future!NamedQuery prepareNamedQueryAsync(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- preparedBatch
PgConnectionImpl preparedBatch(string sql, List!(Tuple) batch, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- preparedQuery
PgConnectionImpl preparedQuery(string sql, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- preparedQuery
PgConnectionImpl preparedQuery(string sql, Tuple arguments, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- processId
int processId()
Undocumented in source. Be warned that the author may not have intended to support it.
- query
PgConnectionImpl query(string sql, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- secretKey
int secretKey()
Undocumented in source. Be warned that the author may not have intended to support it.