Select
ldbc.statement.Select
A model for constructing SELECT 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
- 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
- Select.scala
- Graph
-
- Supertypes
Members list
In this article