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 Query
public void setTimeout(Long timeout)
setTimeout
in interface Query
public void setMaxRows(int maxRows)
setMaxRows
in interface Query
public List<ResultBatch> getResultBatches()
getResultBatches
in interface Query
public SQLWarning execute(PGDirectConnection connection) throws SQLException
execute
in interface Query
SQLException
public void dispose(PGDirectConnection connection) throws SQLException
dispose
in interface Query
SQLException