Uses of Class
mondrian.rolap.SqlStatement
-
Uses of SqlStatement in mondrian.rolap
Modifier and TypeMethodDescriptionRolapCell.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.Modifier and TypeMethodDescriptionfinal int
TargetBase.addRow
(SqlStatement stmt, int column) Adds a row to the collection.RolapCubeHierarchy.RolapCubeSqlMemberSource.makeMember
(RolapMember parentMember, RolapLevel childLevel, Object value, Object captionValue, boolean parentChild, SqlStatement stmt, Object key, int columnOffset) 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).ModifierConstructorDescriptionResultLoader
(int enumTargetCount, List<TargetBase> targets, SqlStatement stmt, boolean execQuery, TupleList partialResult, List<List<RolapMember>> newPartialResult)