Query.Status| Modifier and Type | Method and Description |
|---|---|
void |
dispose(PGDirectConnection connection) |
SQLWarning |
execute(PGDirectConnection connection) |
List<ResultBatch> |
getResultBatches() |
Query.Status |
getStatus() |
Long |
getTimeout() |
void |
setMaxRows(int maxRows) |
void |
setTimeout(Long timeout) |
String |
toString() |
public Query.Status getStatus()
public Long getTimeout()
getTimeout in interface Querypublic void setTimeout(Long timeout)
setTimeout in interface Querypublic void setMaxRows(int maxRows)
setMaxRows in interface Querypublic List<ResultBatch> getResultBatches()
getResultBatches in interface Querypublic SQLWarning execute(PGDirectConnection connection) throws SQLException
execute in interface QuerySQLExceptionpublic void dispose(PGDirectConnection connection) throws SQLException
dispose in interface QuerySQLException