Package | Description |
---|---|
mondrian.rolap |
Implements the data access layer for the olap package.
|
Modifier and Type | Method and Description |
---|---|
SqlStatement |
RolapCell.drillThroughInternal(int maxRowCount,
int firstRowOrdinal,
List<OlapElement> fields,
boolean extendedContext,
org.apache.log4j.Logger logger)
Generates an executes a SQL statement to drill through this cell.
|
static SqlStatement |
RolapUtil.executeQuery(DataSource dataSource,
String sql,
List<SqlStatement.Type> types,
int maxRowCount,
int firstRowOrdinal,
Locus locus,
int resultSetType,
int resultSetConcurrency,
Util.Functor1<Void,Statement> callback)
Executes a query.
|
static SqlStatement |
RolapUtil.executeQuery(DataSource dataSource,
String sql,
Locus locus)
Executes a query, printing to the trace log if tracing is enabled.
|
Modifier and Type | Method and Description |
---|---|
int |
TargetBase.addRow(SqlStatement stmt,
int column)
Adds a row to the collection.
|
RolapMember |
RolapCubeHierarchy.RolapCubeSqlMemberSource.makeMember(RolapMember parentMember,
RolapLevel childLevel,
Object value,
Object captionValue,
boolean parentChild,
SqlStatement stmt,
Object key,
int columnOffset) |
RolapMember |
TupleReader.MemberBuilder.makeMember(RolapMember parentMember,
RolapLevel childLevel,
Object value,
Object captionValue,
boolean parentChild,
SqlStatement stmt,
Object key,
int column)
Creates a new member (together with its properties).
|
Constructor and Description |
---|
ResultLoader(int enumTargetCount,
List<TargetBase> targets,
SqlStatement stmt,
boolean execQuery,
TupleList partialResult,
List<List<RolapMember>> newPartialResult) |
Copyright © 2019 Hitachi Vantara. All rights reserved.