Limit

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

Type parameters

F

The effect type

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

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product