public class StaticQueryResult extends Object implements YdbQueryResult
EMPTY| Constructor and Description |
|---|
StaticQueryResult(YdbQuery query,
List<YdbResultSet> list) |
StaticQueryResult(YdbStatement statement,
String ast,
String plan) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
YdbResultSet |
getCurrentResultSet() |
boolean |
getMoreResults(int current) |
int |
getUpdateCount() |
boolean |
hasResultSets() |
public StaticQueryResult(YdbQuery query, List<YdbResultSet> list)
public StaticQueryResult(YdbStatement statement, String ast, String plan)
public void close()
close in interface YdbQueryResultpublic boolean hasResultSets()
hasResultSets in interface YdbQueryResultpublic int getUpdateCount()
getUpdateCount in interface YdbQueryResultpublic YdbResultSet getCurrentResultSet()
getCurrentResultSet in interface YdbQueryResultpublic boolean getMoreResults(int current)
throws SQLException
getMoreResults in interface YdbQueryResultSQLExceptionCopyright © 2024. All rights reserved.