PreparedCommand

skunk.net.Protocol$.PreparedCommand
abstract class PreparedCommand[F[_], A](val id: StatementId, val command: Command[A]) extends PreparedStatement[F, A]

A prepared command.

Attributes

command

the userland Command used to construct this PreparedCommand.

id

the Postgres identifier of this statement.

Source:
Protocol.scala
Graph
Supertypes
trait PreparedStatement[F, A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def bind(args: A, argsOrigin: Origin): Resource[F, CommandPortal[F, A]]

Attributes

Source:
Protocol.scala

Concrete methods

Attributes

Source:
Protocol.scala

Concrete fields

Attributes

Source:
Protocol.scala

Attributes

Source:
Protocol.scala