Typeclass for types that can be written as Postgres literal text, using the default DELIMETER and NULL values, for use with COPY
. If you wish to implement an instance it's worth reading the documentation at the link below.
Attributes
- See also
- Companion
- object
- Source
- Text.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Text[A]
Members list
Value members
Abstract methods
Construct an encoder for A
that appends to the provided StringBuilder.
Construct an encoder for A
that appends to the provided StringBuilder.
Value parameters
- a
-
the value to encode
Attributes
- Source
- Text.scala
Construct an encoder for A
that appends to the provided StringBuilder.
Construct an encoder for A
that appends to the provided StringBuilder.
Value parameters
- a
-
the value to encode
Attributes
- Source
- Text.scala
Concrete methods
Text
is a contravariant functor.
Text
is a contravariant functor.
Encode a
.
Encode a
.
Text
is semigroupal.
Text
is semigroupal.
Variant of unsafeEncode, called for array members which require more escaping. Same as unsafeEncode unless overridden.
Variant of unsafeEncode, called for array members which require more escaping. Same as unsafeEncode unless overridden.
Attributes
- Source
- Text.scala
Variant of unsafeEncode, called for array members which require more escaping. Same as unsafeEncode unless overridden.
Variant of unsafeEncode, called for array members which require more escaping. Same as unsafeEncode unless overridden.
Attributes
- Source
- Text.scala