ldbc.connector

package ldbc.connector

Members list

Type members

Classlikes

object Connection

Attributes

Source
Connection.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Connection.type
trait ConnectionProvider[F[_], A] extends Provider[F]

Attributes

Companion
object
Source
ConnectionProvider.scala
Supertypes
trait Provider[F]
class Object
trait Matchable
class Any

Attributes

Companion
trait
Source
ConnectionProvider.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait LdbcConnection[F[_]] extends Connection[F]

A connection (session) with a specific database. SQL statements are executed and results are returned within the context of a connection.

A connection (session) with a specific database. SQL statements are executed and results are returned within the context of a connection.

Type parameters

F

the effect type

Attributes

Source
LdbcConnection.scala
Supertypes
trait Connection[F]
class Object
trait Matchable
class Any
class MysqlSavepoint(name: String) extends Savepoint

Represents SQL SAVEPOINTS in MySQL.

Represents SQL SAVEPOINTS in MySQL.

Attributes

Source
MysqlSavepoint.scala
Supertypes
trait Savepoint
class Object
trait Matchable
class Any
trait SSL

Attributes

Companion
object
Source
SSL.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object None
object System
object Trusted
Self type
SSL
object SSL

Attributes

Companion
trait
Source
SSL.scala
Supertypes
class Object
trait Matchable
class Any
Self type
SSL.type

Types

type Connection[F[_]] = Connection[F]

Attributes

Source
Connection.scala

Exports

Defined exports

final type Provider = [F[_]] =>> Provider[F]
Exported from sql

Attributes

Source
package.scala