text

skunk.codec.text$
object text extends TextCodecs

Attributes

Source
TextCodecs.scala
Graph
Supertypes
trait TextCodecs
class Object
trait Matchable
class Any
Self type
text.type

Members list

Value members

Inherited methods

def bpchar(n: Int): Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
def varchar(n: Int): Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Inherited fields

val _bpchar: Codec[Arr[String]]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val _name: Codec[Arr[String]]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val _text: Codec[Arr[String]]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val _varchar: Codec[Arr[String]]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val bpchar: Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val name: Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val text: Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val varchar: Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala