ldbc.query.builder.statement
Members list
Type members
Classlikes
A model for constructing UPDATE statements in MySQL.
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
A model for constructing ON DUPLICATE KEY UPDATE statements that insert multiple values in MySQL.
A model for constructing ON DUPLICATE KEY UPDATE statements that insert multiple values in MySQL.
Type parameters
- F
-
The effect type
- P
-
Base trait for all products
- T
-
Tuple type of the property with type parameter P
Value parameters
- params
-
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
- tableQuery
-
Trait for generating SQL table information.
- tuples
-
Tuple type value of the property with type parameter P.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DuplicateKeyUpdateInsert[F]class Objecttrait Matchableclass AnyShow all
Insert trait that provides a method to update in case of duplicate keys.
Insert trait that provides a method to update in case of duplicate keys.
Type parameters
- F
-
The effect type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ExpressionSyntax.type
Trait to build a Join.
Trait to build a Join.
Type parameters
- F
-
The effect type
- JOINS
-
Tuple type of TableQuery used to perform the Join.
- SELECTS
-
Tuple type of TableQuery used to construct Select statements, etc.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
A model for constructing INSERT statements that insert multiple values in MySQL.
A model for constructing INSERT statements that insert multiple values in MySQL.
Type parameters
- F
-
The effect type
- P
-
Base trait for all products
- T
-
Tuple type of the property with type parameter P
Value parameters
- params
-
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
- tableQuery
-
Trait for generating SQL table information.
- tuples
-
Tuple type value of the property with type parameter P.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
OrderBy.type
A model for constructing INSERT statements that insert values into specified columns in MySQL.
A model for constructing INSERT statements that insert values into specified columns in MySQL.
Type parameters
- F
-
The effect type
- P
-
Base trait for all products
- T
-
Tuple type of the property with type parameter P
Value parameters
- columns
-
List of columns into which values are to be inserted.
- parameter
-
Parameters of the value to be inserted
- query
-
Trait for generating SQL table information.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
A model for constructing INSERT statements that insert single values in MySQL.
A model for constructing INSERT statements that insert single values in MySQL.
Type parameters
- F
-
The effect type
- P
-
Base trait for all products
- T
-
Tuple type of the property with type parameter P
Value parameters
- params
-
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
- tableQuery
-
Trait for generating SQL table information.
- tuple
-
Tuple type value of the property with type parameter P.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Dynamicclass Objecttrait Matchableclass AnyShow all
A model for constructing UPDATE statements in MySQL.
A model for constructing UPDATE statements in MySQL.
Type parameters
- F
-
The effect type
- P
-
Base trait for all products
Value parameters
- columns
-
Column name list
- params
-
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
- tableQuery
-
Trait for generating SQL table information.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all