Trait/Object

doobie.postgres

PGTypes

Related Docs: object PGTypes | package postgres

Permalink

trait PGTypes extends AnyRef

Source
pgtypes.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PGTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val InetType: Meta[InetAddress]

    Permalink
  5. implicit val PGboxType: AdvancedMeta[PGbox]

    Permalink
  6. implicit val PGcircleType: AdvancedMeta[PGcircle]

    Permalink
  7. implicit val PGlsegType: AdvancedMeta[PGlseg]

    Permalink
  8. implicit val PGpathType: AdvancedMeta[PGpath]

    Permalink
  9. implicit val PGpointType: AdvancedMeta[PGpoint]

    Permalink
  10. implicit val PGpolygonType: AdvancedMeta[PGpolygon]

    Permalink
  11. implicit val UuidType: AdvancedMeta[UUID]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. implicit val liftedBooleanArrayType: Meta[Array[Option[Boolean]]]

    Permalink
  21. implicit val liftedDoubleArrayType: Meta[Array[Option[Double]]]

    Permalink
  22. implicit val liftedFloatArrayType: Meta[Array[Option[Float]]]

    Permalink
  23. implicit val liftedIntegerArrayType: Meta[Array[Option[Integer]]]

    Permalink
  24. implicit val liftedLongArrayType: Meta[Array[Option[Long]]]

    Permalink
  25. implicit val liftedStringArrayType: Meta[Array[Option[String]]]

    Permalink
  26. implicit val liftedUUIDArrayType: Meta[Array[Option[UUID]]]

    Permalink
  27. implicit val liftedUnboxedBooleanArrayType: Meta[Array[Option[Boolean]]]

    Permalink
  28. implicit val liftedUnboxedDoubleArrayType: Meta[Array[Option[Double]]]

    Permalink
  29. implicit val liftedUnboxedFloatArrayType: Meta[Array[Option[Float]]]

    Permalink
  30. implicit val liftedUnboxedIntegerArrayType: Meta[Array[Option[Int]]]

    Permalink
  31. implicit val liftedUnboxedLongArrayType: Meta[Array[Option[Long]]]

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def pgEnum(e: Enumeration, name: String): Atom[Value]

    Permalink

    Construct an Atom for value members of the given Enumeration.

    Construct an Atom for value members of the given Enumeration. Note that this precludes reading or writing Option[e.Value] because writing NULL is unsupported by the driver.

  36. def pgEnumString[A](name: String, f: (String) ⇒ A, g: (A) ⇒ String): Atom[A]

    Permalink

    Construct an Atom for values of the given type, mapped via String to the named PostgreSQL enum type.

  37. def pgJavaEnum[E <: Enum[E]](name: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[E], E: ClassTag[E]): Atom[E]

    Permalink

    Construct an Atom for value members of the given Jave enum.

    Construct an Atom for value members of the given Jave enum. Note that this precludes reading or writing Option[E] because writing NULL is unsupported by the driver.

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. implicit val unliftedBooleanArrayType: Meta[Array[Boolean]]

    Permalink
  41. implicit val unliftedDoubleArrayType: Meta[Array[Double]]

    Permalink
  42. implicit val unliftedFloatArrayType: Meta[Array[Float]]

    Permalink
  43. implicit val unliftedIntegerArrayType: Meta[Array[Integer]]

    Permalink
  44. implicit val unliftedLongArrayType: Meta[Array[Long]]

    Permalink
  45. implicit val unliftedStringArrayType: Meta[Array[String]]

    Permalink
  46. implicit val unliftedUUIDArrayType: Meta[Array[UUID]]

    Permalink
  47. implicit val unliftedUnboxedBooleanArrayType: Meta[Array[Boolean]]

    Permalink
  48. implicit val unliftedUnboxedDoubleArrayType: Meta[Array[Double]]

    Permalink
  49. implicit val unliftedUnboxedFloatArrayType: Meta[Array[Float]]

    Permalink
  50. implicit val unliftedUnboxedIntegerArrayType: Meta[Array[Int]]

    Permalink
  51. implicit val unliftedUnboxedLongArrayType: Meta[Array[Long]]

    Permalink
  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped