Class SelectReference

java.lang.Object
org.litebridgedb.db.spi.expression.ColumnExpressionImpl
org.litebridgedb.db.spi.expression.SelectReference
All Implemented Interfaces:
ColumnExpression, SelectExpression
Direct Known Subclasses:
SelectReferenceImpl

public abstract class SelectReference extends ColumnExpressionImpl
Reference to another expression in the select query.

This is used to reference a selected expression in condition and other clauses.

  • Constructor Details

    • SelectReference

      protected SelectReference(Column column)
      Constructor.
      Parameters:
      column - The target selected column to reference.