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