Class SelectReferenceImpl

All Implemented Interfaces:
ColumnExpression, SelectExpression

public class SelectReferenceImpl extends SelectReference
  • Constructor Details

    • SelectReferenceImpl

      public SelectReferenceImpl(Column column, ColumnIdentifierGenerator columnIdentifierGenerator)
      Constructor.
      Parameters:
      column - The target selected column to reference.
      columnIdentifierGenerator - The column identifier generator to use.
  • Method Details

    • toSql

      public String toSql(Operation operation)
      Description copied from interface: SelectExpression
      Creates a SQL representation of the expression.
      Parameters:
      operation - the operation that is being executed
      Returns:
      the SQL representation of the expression