java.lang.Object
org.litebridge.db.spi.expression.ColumnExpressionImpl
org.litebridge.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.litebridge.db.spi.expression.ColumnExpressionImpl
column -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.litebridge.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.litebridge.db.spi.expression.SelectExpression
toSql, toSql
-
Constructor Details
-
SelectReference
Constructor.- Parameters:
column- The target selected column to reference.
-