Interface SystemFunction

All Superinterfaces:
Expression, Function, Projection, Sql
All Known Implementing Classes:
CurrentDate, CurrentTime, CurrentTimestamp

public interface SystemFunction extends Function
Defines a function that returns a single value without operating on table rows.
  • Method Details

    • params

      default Stream<Object> params(Context context)
      Description copied from interface: Sql
      Gets the statement parameters introduced by this fragment.
      Specified by:
      params in interface Sql
      Parameters:
      context - the context (incl. dialect).
      Returns:
      the statement parameters.