public interface QueryResponse extends BaseResponse
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(ResultSet rs) |
String |
getNextToken() |
void |
setCount(long count) |
void |
setNextToken(String token) |
long |
size() |
void addRow(ResultSet rs) throws SQLException
SQLExceptionlong size()
void setCount(long count)
void setNextToken(String token)
String getNextToken()
Copyright © 2017 JBoss by Red Hat. All rights reserved.