Limit

ldbc.statement.Limit
See theLimit companion trait
object Limit

Attributes

Companion
trait
Source
Limit.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Limit.type

Members list

Type members

Classlikes

case class C(statement: String, params: List[Dynamic]) extends Limit, Command

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
trait Serializable
trait Product
trait Equals
trait Command
trait SQL
trait Limit
class Object
trait Matchable
class Any
Show all
transparent trait CommandProvider

Attributes

Source
Limit.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Delete[A]
class C[A]
Self type
case class Q[A, B](table: A, columns: Column[B], statement: String, params: List[Dynamic]) extends Limit, Query[A, B]

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
trait Serializable
trait Product
trait Equals
trait Query[A, B]
trait SQL
trait Limit
class Object
trait Matchable
class Any
Show all
transparent trait QueryProvider[A, B]

Attributes

Source
Limit.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GroupBy[A, B]
class Having[A, B]
class OrderBy[A, B]
class Select[A, B]
class Q[A, B]
Self type
Query[A, B]

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala