ldbc.query.builder.statement.Command
Attributes
-
Source
-
Command.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
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
-
Source
-
Command.scala
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all
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
-
Source
-
Command.scala
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all