package postgres
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- postgres
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Text[A] extends AnyRef
Typeclass for types that can be written as Postgres literal text, using the default DELIMETER and NULL values, for use with
COPY
.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.- Annotations
- @SuppressWarnings()
- See also
- trait TextInstances0 extends TextInstances1
- trait TextInstances1 extends AnyRef
- trait TextPlatform extends AnyRef
Value Members
- val PFCI: copyin.type
- val PFCM: copymanager.type
- val PFCO: copyout.type
- val PFLO: largeobject.type
- val PFLOM: largeobjectmanager.type
- val PFPC: pgconnection.type
- val PHC: connection.type
- val PHLO: largeobject.type
- val PHLOM: largeobjectmanager.type
- val PHLOS: lostreaming.type
- val PHPC: pgconnection.type
- object Text extends TextInstances0 with TextPlatform
- Annotations
- @SuppressWarnings()
- object fs2io
- object sqlstate
Module of SQLSTATE constants for PostgreSQL.