Interface SelectExpression

All Known Subinterfaces:
ColumnExpression, ConnectionProviderExpression, DelegateExpression
All Known Implementing Classes:
Abs, AliasedColumnExpression, AliasedDelegateColumnExpression, Avg, ColumnExpressionImpl, ConvertExpression, Count, DelegateColumnExpression, FunctionExpression, LiteralExpression, Lower, Max, Min, SelectColumn, SelectReference, SelectReferenceImpl, Subselect, SubselectExpression, Substring, Upper

public interface SelectExpression
A select expression in a SQL query.
  • Method Summary

    Modifier and Type
    Method
    Description
    toSql(Operation operation)
    Creates a SQL representation of the expression.
  • Method Details

    • toSql

      String toSql(Operation operation)
      Creates a SQL representation of the expression.
      Parameters:
      operation - the operation that is being executed
      Returns:
      the SQL representation of the expression