class PostgresReader extends PostgresBuffer with AutoCloseable
- Source
- PostgresReader.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PostgresReader
- AutoCloseable
- PostgresBuffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PostgresReader()
- new PostgresReader(serviceLocator: Option[ServiceLocator])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addToBuffer(input: String): Unit
- Definition Classes
- PostgresReader → PostgresBuffer
- def addToBuffer(buf: Array[Char], offset: Int, end: Int): Unit
- Definition Classes
- PostgresReader → PostgresBuffer
- def addToBuffer(buf: Array[Char], len: Int): Unit
- Definition Classes
- PostgresReader → PostgresBuffer
- def addToBuffer(buf: Array[Char]): Unit
- Definition Classes
- PostgresReader → PostgresBuffer
- def addToBuffer(c: Char): Unit
- Definition Classes
- PostgresReader → PostgresBuffer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bufferHash: Int
- def bufferMatches(compare: String): Boolean
- def bufferPosition: Int
- def bufferToString(): String
- Definition Classes
- PostgresReader → PostgresBuffer
- def bufferToValue[T](converter: (Array[Char], Int, Int) => T): T
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- PostgresReader → AutoCloseable
- def currentBuffer: Array[Char]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fillTotal(target: Array[Char], offset: Int, count: Int): Unit
- def fillUntil(target: Array[Char], offset: Int, c1: Char, c2: Char): Int
- def fillUntil(c1: Char, c2: Char): Unit
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def initBuffer(c: Char): Unit
- Definition Classes
- PostgresReader → PostgresBuffer
- def initBuffer(): Unit
- Definition Classes
- PostgresReader → PostgresBuffer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def last: Int
- def locator: Option[ServiceLocator]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def peek: Int
- def process(input: String): Unit
- def read(total: Int): Int
- def read(): Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tempBuffer: Array[Char]
- Definition Classes
- PostgresReader → PostgresBuffer
- val tmp: Array[Char]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()