object LocationConverter extends Converter[Point2D]

Source
LocationConverter.scala
Linear Supertypes
Converter[Point2D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocationConverter
  2. Converter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val dbName: String
    Definition Classes
    LocationConverterConverter
  7. def default(): Double
    Definition Classes
    LocationConverterConverter
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def parse(reader: PostgresReader, context: Int): Point2D
    Definition Classes
    Converter
  18. def parseCollection(reader: PostgresReader, context: Int): IndexedSeq[Point2D]
    Definition Classes
    Converter
  19. def parseCollectionItem(reader: PostgresReader, context: Int): Point2D
    Definition Classes
    LocationConverterConverter
  20. def parseCollectionOption(reader: PostgresReader, context: Int): Option[IndexedSeq[Point2D]]
    Definition Classes
    Converter
  21. def parseNullableCollection(reader: PostgresReader, context: Int): IndexedSeq[Option[Point2D]]
    Definition Classes
    Converter
  22. def parseNullableCollectionItem(reader: PostgresReader, context: Int): Option[Point2D]
    Definition Classes
    LocationConverterConverter
  23. def parseNullableCollectionOption(reader: PostgresReader, context: Int): Option[IndexedSeq[Option[Point2D]]]
    Definition Classes
    Converter
  24. def parseOption(reader: PostgresReader, context: Int): Option[Point2D]
    Definition Classes
    Converter
  25. def parseRaw(reader: PostgresReader, start: Int, context: Int): Point2D
    Definition Classes
    LocationConverterConverter
  26. def serializeURI(sw: PostgresBuffer, value: Point2D): Unit
    Definition Classes
    Converter
  27. def setParameter(sw: PostgresBuffer, ps: PreparedStatement, index: Int, value: Option[Point2D]): Unit
  28. def setParameter(sw: PostgresBuffer, ps: PreparedStatement, index: Int, value: Point2D): Unit
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def toTuple(value: Point2D): PostgresTuple
    Definition Classes
    LocationConverterConverter
  32. def toTuple(value: Option[Point2D]): PostgresTuple
    Definition Classes
    Converter
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Converter[Point2D]

Inherited from AnyRef

Inherited from Any

Ungrouped