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<Target> targets,
SqlStatement stmt,
ResultSet resultSet,
boolean execQuery,
List<List<RolapMember>> 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 void handle(Exception e)
- Handles error