Command
ldbc.query.builder.statement.Command
object Command
Attributes
- Source
- Command.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Command.type
Members list
Type members
Classlikes
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
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
In this article