public class ResultLoader extends Object
| Constructor and Description |
|---|
ResultLoader(int enumTargetCount,
List<TargetBase> targets,
SqlStatement stmt,
boolean execQuery,
TupleList partialResult,
List<List<RolapMember>> newPartialResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes internal statement.
|
RuntimeException |
handle(Exception e)
Handles an error, and returns an exception that the caller should then
throw.
|
boolean |
loadResult() |
public ResultLoader(int enumTargetCount,
List<TargetBase> targets,
SqlStatement stmt,
boolean execQuery,
TupleList partialResult,
List<List<RolapMember>> newPartialResult)
throws SQLException
SQLExceptionpublic boolean loadResult()
throws SQLException
SQLExceptionpublic void close()
public RuntimeException handle(Exception e)
e - ExceptionCopyright © 2021 Hitachi Vantara. All rights reserved.