Command

ldbc.query.builder.statement.Command
object Command

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Command.type

Members list

Type members

Classlikes

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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Where[F[_]](_statement: String, expressionSyntax: ExpressionSyntax[F], params: Seq[ParameterBinder[F]])

A model for constructing WHERE statements in MySQL.

A model for constructing WHERE statements in MySQL.

Type parameters

F

The effect type

Value parameters

_statement

SQL statement string

expressionSyntax

Trait for the syntax of expressions available in MySQL.

params

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all