Interface Constant

All Superinterfaces:
Expression, Projection, Sql
All Known Implementing Classes:
GenericConstant, NullConstant

public interface Constant extends Expression
Defines a constant value.
  • Method Details

    • forColumn

      Projection forColumn(Column column)
      Creates a projection of the constant.
      Parameters:
      column - the column to associate projection with.
      Returns:
      the projection.
    • value

      Object value()
      Gets the constant value.
      Returns:
      the constant value.