public interface YdbQueryResult
| Modifier and Type | Field and Description |
|---|---|
static YdbQueryResult |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
YdbResultSet |
getCurrentResultSet() |
boolean |
getMoreResults(int current) |
int |
getUpdateCount() |
boolean |
hasResultSets() |
static final YdbQueryResult EMPTY
int getUpdateCount()
throws SQLException
SQLExceptionYdbResultSet getCurrentResultSet() throws SQLException
SQLExceptionboolean hasResultSets()
throws SQLException
SQLExceptionboolean getMoreResults(int current)
throws SQLException
SQLExceptionvoid close()
throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.