jdbc.connector

package jdbc.connector

Members list

Type members

Classlikes

trait ConnectionProvider[F[_]] 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

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
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

Exports

Defined exports

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

Attributes

Source
package.scala