ldbc.query.builder.statement.Limit
See theLimit companion trait
object Limit
Attributes
- Companion
- trait
- Source
- Limit.scala
- Graph
-
- Supertypes
-
class 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
-
class C[P]
- 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
- T
-
Scala types to be converted by Decoder
Value parameters
- 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 only.
- statement
-
SQL statement string
Attributes
- Source
- Limit.scala
- Supertypes
Attributes
- Source
- Limit.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
- Self type
-
Query[T]
In this article