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