ldbc.dsl
Members list
Packages
Type members
Classlikes
A trait that represents the execution of a query.
A trait that represents the execution of a query.
Type parameters
- F
-
The effect type
- T
-
The result type of the query
Attributes
- Companion
- object
- Source
- DBIO.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- DBIO.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DBIO.type
A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.
A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.
Type parameters
- F
-
The effect type
Value parameters
- params
-
statement has '?' that the statement has.
- statement
-
an SQL statement that may contain one or more '?' IN parameter placeholders
Attributes
- Source
- Mysql.scala
- Supertypes
Attributes
- Companion
- trait
- Source
- Parameter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Parameter.type
Trait for determining what type of search system statements are retrieved from the database.
Trait for determining what type of search system statements are retrieved from the database.
Type parameters
- F
-
The effect type
- T
-
Column Tuples
Attributes
- Companion
- object
- Source
- Query.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- Query.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Query.type
Trait for generating the specified data type from a ResultSet.
Trait for generating the specified data type from a ResultSet.
Type parameters
- F
-
The effect type
- T
-
Type you want to build with data obtained from ResultSet
Attributes
- Companion
- object
- Source
- ResultSetConsumer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- ResultSetConsumer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ResultSetConsumer.type
A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.
Value members
Concrete fields
Top-level imports provide aliases for the most commonly used types and modules. A typical starting set of imports might look something like this.
Top-level imports provide aliases for the most commonly used types and modules. A typical starting set of imports might look something like this.
example:
import ldbc.dsl.io.*
Attributes
- Source
- package.scala