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