Uses of Class
mondrian.rolap.SqlStatement
-
Packages that use SqlStatement Package Description mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of SqlStatement in mondrian.rolap
Methods in mondrian.rolap that return SqlStatement Modifier and Type Method Description SqlStatement
RolapCell. drillThroughInternal(int maxRowCount, int firstRowOrdinal, List<OlapElement> fields, boolean extendedContext, org.apache.logging.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.Methods in mondrian.rolap with parameters of type SqlStatement Modifier and Type Method 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).Constructors in mondrian.rolap with parameters of type SqlStatement Constructor Description ResultLoader(int enumTargetCount, List<TargetBase> targets, SqlStatement stmt, boolean execQuery, TupleList partialResult, List<List<RolapMember>> newPartialResult)
-