ldbc.dsl.DBIO
See theDBIO companion object
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
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Functions to manage the processing of connections for writing.
Functions for managing the processing of connections in a read-only manner.
Functions for managing the processing of connections in a read-only manner.
Attributes
- Source
- DBIO.scala
Functions to manage the processing of connections, always rolling back.
Functions to manage the processing of connections, always rolling back.
Attributes
- Source
- DBIO.scala
The function that actually executes the query.
The function that actually executes the query.
Value parameters
- connection
-
The connection to the database
- logHandler
-
The log handler
Attributes
- Returns
-
The result of the query
- Source
- DBIO.scala
Functions to manage the processing of connections in a transaction.
In this article