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 classDefaultMemberChildrenConstraintRestricts the SQL result set to the parent member of a MemberChildren query.classDefaultTupleConstraintTupleConstraint which does not restrict the result.protected static classRolapNativeSet.SetConstraintConstraint for non empty {crossjoin, member.children, member.descendants, level.members}classSqlContextConstraintlimits 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 VSmartMemberListCache. get(K key, SqlConstraint constraint)ObjectSmartMemberListCache. 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 interfaceMemberChildrenConstraintRestricts the SQL result of a MembersChildren query in SqlMemberSource.interfaceTupleConstraintRestricts the SQL result ofTupleReader.Classes in mondrian.rolap.sql that implement SqlConstraint Modifier and Type Class Description classMemberKeyConstraintRestricts the SQL result set to members where particular columns have particular values.
-