mondrian.rolap
Class ResultLoader
java.lang.Object
mondrian.rolap.ResultLoader
public class ResultLoader
- extends Object
Loader to be iterated to load all results from database.
- Author:
- luis f. canals
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currPartialResultIdx
int currPartialResultIdx
ResultLoader
public ResultLoader(int enumTargetCount,
List<TargetBase> targets,
SqlStatement stmt,
boolean execQuery,
TupleList partialResult,
List<List<RolapMember>> newPartialResult)
throws SQLException
- Throws:
SQLException
loadResult
public boolean loadResult()
throws SQLException
- Throws:
SQLException
close
public void close()
- Closes internal statement.
handle
public RuntimeException handle(Exception e)
- Handles an error, and returns an exception that the caller should then
throw.
- Parameters:
e - Exception
- Returns:
- Wrapper exception