ldbc.connector
package ldbc.connector
Members list
Packages
package ldbc.connector.authenticator
package ldbc.connector.data
package ldbc.connector.exception
package ldbc.connector.net
package ldbc.connector.util
Type members
Classlikes
object Connection
Attributes
- Source
- Connection.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Connection.type
trait ConnectionProvider[F[_], A] extends Provider[F]
Attributes
- Companion
- object
- Source
- ConnectionProvider.scala
- Supertypes
object ConnectionProvider
Attributes
- Companion
- trait
- Source
- ConnectionProvider.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConnectionProvider.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
class MysqlSavepoint(name: String) extends Savepoint
Represents SQL SAVEPOINTS in MySQL.
trait SSL
Types
Attributes
- Source
- Connection.scala
Exports
Defined exports
Exported from sql
Attributes
- Source
- package.scala
In this article