Package io.github.torand.fastersql.expression.arithmetic


package io.github.torand.fastersql.expression.arithmetic
Provides classes representing arithmetic expressions.
  • Classes
    Class
    Description
    Implements the addition (sum) expression.
    Provides factory methods for arithmetic expressions.
    Implements the division (quotient) expression.
    Implements the modulo (division remainder) expression.
    Implements the multiplication (product) expression.
    Implements the subtraction (difference) expression.