ldbc.dsl
Members list
Type members
Classlikes
Trait provides a connection method to the database.
Trait provides a connection method to the database.
Type parameters
- F
-
The effect type
Attributes
- Source
- ConnectionProvider.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class QueryOps[T]
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
- Executor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- Executor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Executor.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
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
Trait to get the DataType that matches the Scala type information from the ResultSet.
Trait to get the DataType that matches the Scala type information from the ResultSet.
Type parameters
- F
-
The effect type
- T
-
Scala types that match SQL DataType
Attributes
- Companion
- object
- Source
- ResultSetReader.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- ResultSetReader.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ResultSetReader.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