java.lang.Object
org.litebridgedb.db.spi.expression.ColumnExpressionImpl
org.litebridgedb.db.spi.expression.SelectReference
- All Implemented Interfaces:
ColumnExpression,SelectExpression
- Direct Known Subclasses:
SelectReferenceImpl
Reference to another expression in the select query.
This is used to reference a selected expression in condition and other clauses.
-
Field Summary
Fields inherited from class org.litebridgedb.db.spi.expression.ColumnExpressionImpl
column -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.litebridgedb.db.spi.expression.ColumnExpressionImpl
columnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.litebridgedb.db.spi.expression.SelectExpression
toSql
-
Constructor Details
-
SelectReference
Constructor.- Parameters:
column- The target selected column to reference.
-