RedactionStrategy

skunk.RedactionStrategy
See theRedactionStrategy companion object
sealed trait RedactionStrategy

Specifies how encoded values are redacted before being shown in exceptions and traces.

Attributes

Companion
object
Source
RedactionStrategy.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object All.type
object None.type
object OptIn.type

Members list

Value members

Abstract methods

def redactEncoded(encoded: Encoded): Encoded

Attributes

Source
RedactionStrategy.scala

Concrete methods

def redactArguments(arguments: List[Option[Encoded]]): List[Option[Encoded]]

Attributes

Source
RedactionStrategy.scala