Packages

class PostgresReader extends PostgresBuffer with AutoCloseable

Source
PostgresReader.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresReader
  2. AutoCloseable
  3. PostgresBuffer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PostgresReader()
  2. new PostgresReader(serviceLocator: Option[ServiceLocator])

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. def addToBuffer(input: String): Unit
    Definition Classes
    PostgresReaderPostgresBuffer
  5. def addToBuffer(buf: Array[Char], offset: Int, end: Int): Unit
    Definition Classes
    PostgresReaderPostgresBuffer
  6. def addToBuffer(buf: Array[Char], len: Int): Unit
    Definition Classes
    PostgresReaderPostgresBuffer
  7. def addToBuffer(buf: Array[Char]): Unit
    Definition Classes
    PostgresReaderPostgresBuffer
  8. def addToBuffer(c: Char): Unit
    Definition Classes
    PostgresReaderPostgresBuffer
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bufferHash: Int
  11. def bufferMatches(compare: String): Boolean
  12. def bufferPosition: Int
  13. def bufferToString(): String
    Definition Classes
    PostgresReaderPostgresBuffer
  14. def bufferToValue[T](converter: (Array[Char], Int, Int) => T): T
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def close(): Unit
    Definition Classes
    PostgresReader → AutoCloseable
  17. def currentBuffer: Array[Char]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def fillTotal(target: Array[Char], offset: Int, count: Int): Unit
  21. def fillUntil(target: Array[Char], offset: Int, c1: Char, c2: Char): Int
  22. def fillUntil(c1: Char, c2: Char): Unit
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def initBuffer(c: Char): Unit
    Definition Classes
    PostgresReaderPostgresBuffer
  27. def initBuffer(): Unit
    Definition Classes
    PostgresReaderPostgresBuffer
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def last: Int
  30. def locator: Option[ServiceLocator]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def peek: Int
  35. def process(input: String): Unit
  36. def read(total: Int): Int
  37. def read(): Int
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def tempBuffer: Array[Char]
    Definition Classes
    PostgresReaderPostgresBuffer
  40. val tmp: Array[Char]
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AutoCloseable

Inherited from PostgresBuffer

Inherited from AnyRef

Inherited from Any

Ungrouped