Interface SingleRowFunction

All Superinterfaces:
ColumnFunction, Expression, Function, LeftOperand, OrderExpression, Projection, Sql
All Known Implementing Classes:
Abs, Ceil, Concat, Floor, Length, Lower, Round, Substring, ToChar, ToNumber, Upper

public interface SingleRowFunction extends ColumnFunction
Defines a function that returns a single value based upon one value from a single row.