ldbc.query.builder.statement
Members list
Type members
Classlikes
Attributes
- Source
- Command.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Command.type
A model for constructing UPDATE statements in MySQL.
A model for constructing UPDATE statements in MySQL.
Type parameters
- P
-
Base trait for all products
Value parameters
- tableQuery
-
Trait for generating SQL table information.
Attributes
- Source
- Delete.scala
- Supertypes
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
- 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
- Source
- Insert.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DuplicateKeyUpdateInsertclass 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.
Attributes
- Source
- Insert.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Source
- ExpressionSyntax.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ExpressionSyntax.type
Trait to build a Join.
Trait to build a Join.
Type parameters
- JOINS
-
Tuple type of TableQuery used to perform the Join.
- SELECTS
-
Tuple type of TableQuery used to construct Select statements, etc.
Attributes
- Companion
- object
- Source
- Join.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Attributes
- Companion
- trait
- Source
- Join.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Join.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
- 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
- Source
- Insert.scala
- Supertypes
Attributes
- Source
- OrderBy.scala
- 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
- 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
- Source
- Insert.scala
- Supertypes
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
- 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
- Source
- Insert.scala
- Supertypes
Attributes
- Source
- Join.scala
- Supertypes
A model for constructing UPDATE statements in MySQL.
A model for constructing UPDATE statements in MySQL.
Type parameters
- 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
- Source
- Update.scala
- Supertypes