jdbc.connector

package jdbc.connector

Members list

Type members

Classlikes

object Connector

Attributes

Source
Connector.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Connector.type

copied from doobie-core: https://github.com/tpolecat/doobie/blob/v1.0.0-RC2/modules/core/src/main/scala/doobie/util/ExecutionContexts.scala#L11

Attributes

Source
ExecutionContexts.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
MySQLDataSource.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class MysqlSavepoint(name: String) extends Savepoint

Attributes

Companion
object
Source
MysqlSavepoint.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Savepoint
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
MysqlSavepoint.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Deprecated classlikes

Attributes

Deprecated
true
Source
ConnectionProvider.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Exports

Defined exports

final type Connector = [F[_]] =>> Connector[F]
Exported from ldbc

Attributes

Source
package.scala
final type DataSource = [F[_]] =>> DataSource[F]
Exported from ldbc

Attributes

Source
package.scala

Deprecated defined exports

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

Attributes

Deprecated
true
Source
package.scala