Packages

class PostgresWriter extends PostgresBuffer with AutoCloseable

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

Instance Constructors

  1. new PostgresWriter()

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
    PostgresWriterPostgresBuffer
  5. def addToBuffer(buf: Array[Char], off: Int, end: Int): Unit
    Definition Classes
    PostgresWriterPostgresBuffer
  6. def addToBuffer(buf: Array[Char], len: Int): Unit
    Definition Classes
    PostgresWriterPostgresBuffer
  7. def addToBuffer(buf: Array[Char]): Unit
    Definition Classes
    PostgresWriterPostgresBuffer
  8. def addToBuffer(c: Char): Unit
    Definition Classes
    PostgresWriterPostgresBuffer
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bufferToString(): String
    Definition Classes
    PostgresWriterPostgresBuffer
  11. def bulkInsert(connection: BaseConnection, table: String, data: Iterable[Array[PostgresTuple]]): Unit
  12. def bulkInsertDiff[T <: Equality[T] with Identifiable](connection: BaseConnection, collection: Seq[CollectionDiff[T]], target: String, toTuple: (T) => PostgresTuple): Unit
  13. def bulkInsertNew[T](connection: BaseConnection, collection: Seq[NewTuple[T]], target: String, toTuple: (T) => PostgresTuple): Unit
  14. def bulkInsertPair[T](connection: BaseConnection, collection: Seq[(T, T)], target: String, toTupleUpdate: (T) => PostgresTuple, toTupleTable: (T) => PostgresTuple): Unit
  15. def bulkInsertSimple[T](connection: BaseConnection, collection: Seq[T], target: String, toTuple: (T) => PostgresTuple): Unit
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. def close(): Unit
    Definition Classes
    PostgresWriter → AutoCloseable
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def initBuffer(c: Char): Unit
    Definition Classes
    PostgresWriterPostgresBuffer
  24. def initBuffer(): Unit
    Definition Classes
    PostgresWriterPostgresBuffer
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def reset(): Unit
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def tempBuffer: Array[Char]
    Definition Classes
    PostgresWriterPostgresBuffer
  32. val tmp: Array[Char]
  33. def toString(): String
    Definition Classes
    PostgresWriter → AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. def write(buf: Array[Char], off: Int, end: Int): Unit
  38. def write(buf: Array[Char], len: Int): Unit
  39. def write(buf: Array[Char]): Unit
  40. def write(c: Char): Unit
  41. def write(c: Byte): Unit
  42. def write(input: String): Unit
  43. def writeBuffer(len: Int): Unit

Inherited from AutoCloseable

Inherited from PostgresBuffer

Inherited from AnyRef

Inherited from Any

Ungrouped