object PostgresWriter
- Source
- PostgresWriter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PostgresWriter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class CollectionDiff[T <: Equality[T] with Identifiable](index: Int, element: Int, oldValue: Option[T], changedValue: Option[T], newValue: Option[T], isNew: Boolean) extends Product with Serializable
- case class NewTuple[T](index: Int, element: Int, value: T) extends Product with Serializable
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectionDiff[E, T <: Equality[T] with Identifiable](pairs: Seq[(E, E)], access: (E) => Iterable[T]): Seq[CollectionDiff[T]]
- def collectionNew[E, T](collection: Seq[E], access: (E) => Iterable[T]): Seq[NewTuple[T]]
- def create(): PostgresWriter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 objectDiff[E, T <: Equality[T] with Identifiable](pairs: Seq[(E, E)], access: (E) => T): Seq[(T, T)]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()
- def writeCompositeUri(sb: StringBuilder, uri: String): Unit
- def writeCompositeUriList(sb: StringBuilder, uris: Array[String]): Unit
- def writeSimpleUri(sb: StringBuilder, uri: String): Unit
- def writeSimpleUriList(sb: StringBuilder, uris: Array[String]): Unit