Portal

skunk.net.Protocol.Portal
sealed trait Portal[F[_], A]

Value parameters

id

the Postgres identifier of this statement.

preparedStatement

the PreparedStatement used to construct this Portal.

Attributes

Source
Protocol.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CommandPortal[F, A]
class QueryPortal[F, A, B]

Members list

Value members

Abstract methods

def arguments: A

Attributes

Source
Protocol.scala

Attributes

Source
Protocol.scala
def id: PortalId

Attributes

Source
Protocol.scala

Attributes

Source
Protocol.scala