Attributes
- Companion
- trait
- Source
- Where.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Where.type
Members list
Type members
Classlikes
A model for constructing write-only query WHERE statements in MySQL.
A model for constructing write-only query WHERE statements in MySQL.
Type parameters
- A
-
The type of Table. in the case of Join, it is a Tuple of type Table.
Value parameters
- isFirst
-
If True, this condition is added first, so the specified join condition is ignored and a WHERE statement is started.
- params
-
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
- statement
-
SQL statement string
- table
-
Trait for generating SQL table information.
Attributes
- Source
- Where.scala
- Supertypes
A model for constructing read-only query WHERE statements in MySQL.
A model for constructing read-only query WHERE statements in MySQL.
Type parameters
- A
-
The type of Table. in the case of Join, it is a Tuple of type Table.
- B
-
Scala types to be converted by Decoder
Value parameters
- columns
-
Union-type column list
- isFirst
-
If True, this condition is added first, so the specified join condition is ignored and a WHERE statement is started.
- params
-
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
- statement
-
SQL statement string
- table
-
Trait for generating SQL table information.
Attributes
- Source
- Where.scala
- Supertypes
Inherited and Abstract types
The names of the product elements
The name of the type