Attributes
- Companion
- trait
- Source
- Where.scala
- Graph
-
- Supertypes
-
class 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
- P
-
Base trait for all products
Value parameters
- 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
- C
-
Union type of column
- D
-
Scala types to be converted by Decoder
- P
-
Base trait for all products
Value parameters
- columns
-
Union-type column list
- decoder
-
Decoder for converting SQL data to Scala data
- params
-
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index
- statement
-
SQL statement string
- table
-
Trait for generating SQL table information.
Attributes
- Source
- Where.scala
- Supertypes