PreparedStatement

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

A prepared statement.

Attributes

id

the Postgres identifier of this statement.

statement

the userland Statement used to construct this PreparedStatement.

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

Members list

Concise view

Value members

Abstract methods

Attributes

Source:
Protocol.scala

Attributes

Source:
Protocol.scala