ldbc.query.builder.statement.Delete
A model for constructing UPDATE statements in MySQL.
Type parameters
-
F
-
The effect type
-
P
-
Base trait for all products
Value parameters
-
tableQuery
-
Trait for generating SQL table information.
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
Attributes
-
Definition Classes
-
Command
Attributes
-
Definition Classes
-
Command
A method for setting the WHERE condition in a DELETE statement.
A method for setting the WHERE condition in a DELETE statement.
Value parameters
-
func
-
Function to construct an expression using the columns that Table has.
Attributes
A method for setting the LIMIT condition in a statement.
A method for setting the LIMIT condition in a statement.
Value parameters
-
length
-
Upper limit to be updated
Attributes
-
Inherited from:
-
LimitProvider (hidden)
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product