PreparedStatement

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

A prepared statement.

Value parameters

id

the Postgres identifier of this statement.

statement

the userland Statement used to construct this PreparedStatement.

Attributes

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

Members list

Value members

Abstract methods

Attributes

Source
Protocol.scala

Attributes

Source
Protocol.scala