Attributes
- Companion
- trait
- Source
- Limit.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Limit.type
Members list
Type members
Classlikes
A model for constructing write-only query LIMIT statements in MySQL.
A model for constructing write-only query LIMIT statements in MySQL.
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
Attributes
- Source
- Limit.scala
- Supertypes
Attributes
- Source
- Limit.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
- Self type
A model for constructing read-only query LIMIT statements in MySQL.
A model for constructing read-only query LIMIT 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
- Limit.scala
- Supertypes
Inherited and Abstract types
The names of the product elements
The name of the type