Uses of Interface
org.litebridgedb.db.spi.expression.DelegateExpressionFactory
Packages that use DelegateExpressionFactory
-
Uses of DelegateExpressionFactory in org.litebridgedb.db.spi.expression
Methods in org.litebridgedb.db.spi.expression that return DelegateExpressionFactoryModifier and TypeMethodDescriptionSqlFunctionRegistry.Scalar.abs()Returns the value of theabsrecord component.SqlFunctionRegistry.Aggregate.avg()Returns the value of theavgrecord component.SqlFunctionRegistry.Scalar.lower()Returns the value of thelowerrecord component.SqlFunctionRegistry.Aggregate.max()Returns the value of themaxrecord component.SqlFunctionRegistry.Aggregate.min()Returns the value of theminrecord component.SqlFunctionRegistry.Scalar.substring()Returns the value of thesubstringrecord component.SqlFunctionRegistry.Scalar.upper()Returns the value of theupperrecord component.Constructors in org.litebridgedb.db.spi.expression with parameters of type DelegateExpressionFactoryModifierConstructorDescriptionAggregate(DelegateExpressionFactory avg, DelegateExpressionFactory min, DelegateExpressionFactory max, SelectExpression count) Creates an instance of aAggregaterecord class.Scalar(DelegateExpressionFactory upper, DelegateExpressionFactory lower, DelegateExpressionFactory substring, DelegateExpressionFactory abs) Creates an instance of aScalarrecord class.