skunk.net.protocol.Describe
See theDescribe companion trait
object Describe
Attributes
- Companion
- trait
- Source
- Describe.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Describe.type
Members list
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Cache
Attributes
- Companion
- class
- Source
- Describe.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Cache.type
Value members
Concrete methods
def apply[F[_] : Tracer](cache: Cache[F])(implicit evidence$1: Exchange[F], evidence$2: MessageSocket[F], evidence$3: Tracer[F], ev: MonadError[F, Throwable]): Describe[F]
Attributes
- Source
- Describe.scala
In this article