public class ResultLoader extends Object
| Modifier and Type | Field and Description | 
|---|---|
(package private) int | 
currPartialResultIdx  | 
| 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 - Exception