Uses of Interface
org.litebridgedb.db.spi.expression.SelectReferenceExpressionFactory
Packages that use SelectReferenceExpressionFactory
-
Uses of SelectReferenceExpressionFactory in org.litebridgedb.db.spi.expression
Methods in org.litebridgedb.db.spi.expression that return SelectReferenceExpressionFactoryModifier and TypeMethodDescriptionSqlFunctionRegistry.Select.reference()Returns the value of thereferencerecord component.Constructors in org.litebridgedb.db.spi.expression with parameters of type SelectReferenceExpressionFactoryModifierConstructorDescriptionSelect(ColumnExpressionFactory column, SubselectExpressionFactory subselect, LiteralExpressionFactory literal, SelectReferenceExpressionFactory reference) Creates an instance of aSelectrecord class.