Command

ldbc.query.builder.statement.Command
object Command

Attributes

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

Members list

Type members

Classlikes

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Where(_statement: String, expressionSyntax: ExpressionSyntax, params: Seq[DynamicBinder])

A model for constructing WHERE statements in MySQL.

A model for constructing WHERE statements in MySQL.

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

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