AbstractColumFunction |
AbstractColumFunction.add(Consumer<AbstractColumnReference> nestedSelect) |
<T,F> AbstractColumFunction |
AbstractColumFunction.add(Fn<T,F> column) |
AbstractColumFunction |
AbstractColumFunction.add(Number value) |
AbstractColumFunction |
AbstractColumFunction.divide(Consumer<AbstractColumnReference> nestedSelect) |
<T,F> AbstractColumFunction |
AbstractColumFunction.divide(Fn<T,F> column) |
AbstractColumFunction |
AbstractColumFunction.divide(Number value) |
AbstractColumFunction |
AbstractColumFunction.multiply(Consumer<AbstractColumnReference> nestedSelect) |
<T,F> AbstractColumFunction |
AbstractColumFunction.multiply(Fn<T,F> column) |
AbstractColumFunction |
AbstractColumFunction.multiply(Number value) |
AbstractColumFunction |
AbstractColumFunction.subtract(Consumer<AbstractColumnReference> nestedSelect) |
<T,F> AbstractColumFunction |
AbstractColumFunction.subtract(Fn<T,F> column) |
AbstractColumFunction |
AbstractColumFunction.subtract(Number value) |