Uses of Interface
mondrian.rolap.sql.SqlConstraint
-
Packages that use SqlConstraint Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.sql Database-independent library for generating SQL. -
-
Uses of SqlConstraint in mondrian.rolap
Classes in mondrian.rolap that implement SqlConstraint Modifier and Type Class Description class
DefaultMemberChildrenConstraint
Restricts the SQL result set to the parent member of a MemberChildren query.class
DefaultTupleConstraint
TupleConstraint which does not restrict the result.protected static class
RolapNativeSet.SetConstraint
Constraint for non empty {crossjoin, member.children, member.descendants, level.members}class
SqlContextConstraint
limits the result of a Member SQL query to the current evaluation context.Methods in mondrian.rolap with parameters of type SqlConstraint Modifier and Type Method Description V
SmartMemberListCache. get(K key, SqlConstraint constraint)
Object
SmartMemberListCache. put(K key, SqlConstraint constraint, V value)
-
Uses of SqlConstraint in mondrian.rolap.sql
Subinterfaces of SqlConstraint in mondrian.rolap.sql Modifier and Type Interface Description interface
MemberChildrenConstraint
Restricts the SQL result of a MembersChildren query in SqlMemberSource.interface
TupleConstraint
Restricts the SQL result ofTupleReader
.Classes in mondrian.rolap.sql that implement SqlConstraint Modifier and Type Class Description class
MemberKeyConstraint
Restricts the SQL result set to members where particular columns have particular values.
-