Trait for the syntax of expressions available in MySQL.
SEE: https://dev.mysql.com/doc/refman/8.0/en/expressions.html
Attributes
- Companion
- object
- Source
- Expression.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Formula to determine
Trait to allow values to be set in PreparedStatement with only index by generating them from Parameter.
Trait to allow values to be set in PreparedStatement with only index by generating them from Parameter.
Attributes
- Source
- Expression.scala
Statement of the expression to be judged
Concrete methods
Attributes
- Source
- Expression.scala
Methods for combining expressions. Both conditions must be positive for the expression to be combined with this method.
Methods for combining expressions. Both conditions must be positive for the expression to be combined with this method.
Value parameters
- other
-
Right side of combined expression
Attributes
- Source
- Expression.scala
A method for combining expressions. The expressions combined with this method must have one of the conditions be positive.
A method for combining expressions. The expressions combined with this method must have one of the conditions be positive.
Value parameters
- other
-
Right side of combined expression
Attributes
- Source
- Expression.scala
A method for combining expressions. The expressions combined with this method must be positive either individually or in one of the combined conditions.
A method for combining expressions. The expressions combined with this method must be positive either individually or in one of the combined conditions.
Value parameters
- other
-
Right side of combined expression
Attributes
- Source
- Expression.scala
Attributes
- Source
- Expression.scala