Describe

skunk.net.protocol.Describe$
See theDescribe companion trait
object Describe

Attributes

Companion:
trait
Source:
Describe.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Cache[F[_]](commandCache: StatementCache[F, Unit], queryCache: StatementCache[F, TypedRowDescription])

A cache for the Describe protocol.

A cache for the Describe protocol.

Attributes

Companion:
object
Source:
Describe.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Cache

Attributes

Companion:
class
Source:
Describe.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Cache.type

Value members

Concrete methods

def apply[F[_] : Trace](cache: Cache[F])(implicit evidence$1: Exchange[F], evidence$2: MessageSocket[F], evidence$3: Trace[F], ev: MonadError[F, Throwable]): Describe[F]

Attributes

Source:
Describe.scala