Limit

ldbc.query.builder.statement.Command.Limit
case class Limit(_statement: String, params: Seq[DynamicBinder])

Value parameters

_statement

SQL statement string

params

A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.

Attributes

Source
Command.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def statement: String

SQL statement string

SQL statement string

Attributes

Definition Classes
Command
Source
Command.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product