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