Module litebridge.db.spi.impl
Class SelectReferenceImpl
java.lang.Object
org.litebridgedb.db.spi.expression.ColumnExpressionImpl
org.litebridgedb.db.spi.expression.SelectReference
org.litebridgedb.db.spi.impl.function.SelectReferenceImpl
- All Implemented Interfaces:
ColumnExpression,SelectExpression
-
Field Summary
Fields inherited from class org.litebridgedb.db.spi.expression.ColumnExpressionImpl
column -
Constructor Summary
ConstructorsConstructorDescriptionSelectReferenceImpl(Column column, ColumnIdentifierGenerator columnIdentifierGenerator) Constructor. -
Method Summary
Methods inherited from class org.litebridgedb.db.spi.expression.ColumnExpressionImpl
column
-
Constructor Details
-
SelectReferenceImpl
Constructor.- Parameters:
column- The target selected column to reference.columnIdentifierGenerator- The column identifier generator to use.
-
-
Method Details
-
toSql
Description copied from interface:SelectExpressionCreates a SQL representation of the expression.- Parameters:
operation- the operation that is being executed- Returns:
- the SQL representation of the expression
-