Interface ColumnFunction
- All Superinterfaces:
Expression,Function,LeftOperand,OrderExpression,Projection,Sql
- All Known Subinterfaces:
AggregateFunction,SingleRowFunction
- All Known Implementing Classes:
Abs,Avg,Cast,Ceil,Concat,Count,CountAll,Exp,Floor,Length,Ln,Lower,Max,Min,Power,Round,Sqrt,Substring,Sum,ToChar,ToNumber,Upper
Defines a function that operates on a specific column (or no specific column).
-
Method Summary
Methods inherited from interface io.github.torand.fastersql.expression.Expression
dividedBy, dividedBy, minus, minus, mod, mod, plus, plus, times, timesMethods inherited from interface io.github.torand.fastersql.predicate.LeftOperand
between, between, eq, eq, eq, eq, ge, ge, ge, ge, gt, gt, gt, gt, in, in, in, in, isNotNull, isNull, le, le, le, le, like, like, lt, lt, lt, lt, ne, ne, ne, ne, notBetween, notBetween, notIn, notIn, notIn, notLikeMethods inherited from interface io.github.torand.fastersql.order.OrderExpression
asc, ascIf, descMethods inherited from interface io.github.torand.fastersql.projection.Projection
alias, asMethods inherited from interface io.github.torand.fastersql.sql.Sql
aliasRefs, columnRefs, params, sql