C

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

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product