Q
ldbc.query.builder.statement.Where.Q
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
- Graph
-
- Supertypes
Members list
In this article