- minus(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
-
Creates a new arithmetic expression that performs the substraction of this
expresion with the given one.
- minus(T) - Method in interface org.bridje.sql.ArithmeticExpr
-
Creates a new arithmetic expression that performs the substraction of this
expresion with the given one.
- mod(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
-
Creates a new arithmetic expression that performs the modulus of this
expresion with the given one.
- mod(T) - Method in interface org.bridje.sql.ArithmeticExpr
-
Creates a new arithmetic expression that performs the modulus of this
expresion with the given one.
- mul(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
-
Creates a new arithmetic expression that performs the multiplication of this
expresion with the given one.
- mul(T) - Method in interface org.bridje.sql.ArithmeticExpr
-
Creates a new arithmetic expression that performs the multiplication of this
expresion with the given one.
- MySQLDialect - Class in org.bridje.sql.dialects
-
- MySQLDialect() - Constructor for class org.bridje.sql.dialects.MySQLDialect
-