Prepare

skunk.net.protocol.Prepare
See thePrepare companion object
trait Prepare[F[_]]

Attributes

Companion
object
Source
Prepare.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply[A](command: Command[A], ty: Typer): F[PreparedCommand[F, A]]

Attributes

Source
Prepare.scala
def apply[A, B](query: Query[A, B], ty: Typer): F[PreparedQuery[F, A, B]]

Attributes

Source
Prepare.scala