Q

ldbc.query.builder.statement.Limit.Q
case class Q[T](statement: String, params: List[Dynamic], decoder: Decoder[T]) extends Limit, Query[T]

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Query[T]
trait SQL
trait Limit
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def ++(sql: SQL): SQL

Attributes

Definition Classes
SQL
Source
Limit.scala
def offset(length: Long): (Encoder[Long]) ?=> Offset[T]

Attributes

Source
Limit.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product