ldbc.query.builder.statement
Members list
Type members
Classlikes
Attributes
- Companion
- trait
- Source
- package.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Command.type
Trait for the syntax of expressions available in MySQL.
Trait for the syntax of expressions available in MySQL.
SEE: https://dev.mysql.com/doc/refman/8.0/en/expressions.html
Attributes
- Companion
- object
- Source
- Expression.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- Expression.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Expression.type
Attributes
- Source
- Insert.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Insert.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
Attributes
- Companion
- object
- Source
- Limit.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- trait
- Source
- Limit.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Limit.type
Attributes
- Source
- OrderBy.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
OrderBy.type
Trait represents a read-only query in MySQL.
Trait represents a read-only query in MySQL.
Type parameters
- T
-
Scala types to be converted by Decoder
Attributes
- Source
- package.scala
- Supertypes
- Known subtypes
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
Attributes
- Source
- Insert.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
- params
-
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
- statement
-
SQL statement string
- table
-
Trait for generating SQL table information.
Attributes
- Source
- Update.scala
- Supertypes
A trait for constructing WHERE statements in MySQL.
A trait for constructing WHERE statements in MySQL.
Type parameters
- P
-
Base trait for all products
Attributes
- Companion
- object
- Source
- Where.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- trait
- Source
- Where.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Where.type