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
Defines a function that returns a single value based upon one value from a single row.
-
Method Summary
Methods inherited from interface io.github.torand.fastersql.expression.Expression
dividedBy, dividedBy, minus, minus, mod, mod, plus, plus, times, times
Methods inherited from interface io.github.torand.fastersql.predicate.LeftOperand
eq, eq, eq, eq, ge, ge, ge, ge, gt, gt, gt, gt, in, in, in, in, isNull, le, le, le, le, like, like, lt, lt, lt, lt
Methods inherited from interface io.github.torand.fastersql.order.OrderExpression
asc, ascIf, desc
Methods inherited from interface io.github.torand.fastersql.projection.Projection
alias, as
Methods inherited from interface io.github.torand.fastersql.sql.Sql
aliasRefs, columnRefs, params, sql