Class Upper<T>

All Implemented Interfaces:
BasicColumn, BindableColumn<T>

public class Upper<T> extends AbstractUniTypeFunction<T,Upper<T>>
  • Method Details

    • renderWithTableAlias

      public String renderWithTableAlias(TableAliasCalculator tableAliasCalculator)
      Description copied from interface: BasicColumn
      Returns the name of the item aliased with a table name if appropriate. For example, "a.foo". This is appropriate for where clauses and order by clauses.
      Parameters:
      tableAliasCalculator - the table alias calculator for the current renderer
      Returns:
      the item name with the table alias applied
    • copy

      protected Upper<T> copy()
      Specified by:
      copy in class AbstractTypeConvertingFunction<T,T,Upper<T>>
    • of

      public static <T> Upper<T> of(BindableColumn<T> column)