ConnectionSyntax

ldbc.query.builder.syntax.ConnectionSyntax
trait ConnectionSyntax[F[_]]

Attributes

Source
ConnectionSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

extension [T](connectionKleisli: Kleisli[F, Connection[F], T])
def autoCommit(connection: Connection[F]): F[T]

Functions to manage the processing of connections for writing.

Functions to manage the processing of connections for writing.

Attributes

Source
ConnectionSyntax.scala
def readOnly(connection: Connection[F]): F[T]

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
ConnectionSyntax.scala
def rollback(connection: Connection[F]): F[T]

Functions to manage the processing of connections, always rolling back.

Functions to manage the processing of connections, always rolling back.

Attributes

Source
ConnectionSyntax.scala
def transaction(connection: Connection[F]): F[T]

Functions to manage the processing of connections in a transaction.

Functions to manage the processing of connections in a transaction.

Attributes

Source
ConnectionSyntax.scala