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