trait SpiZio_h2 extends SpiZio with SpiZioBase_h2
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpiZio_h2
- SpiZioBase_h2
- Renderer
- SpiZio
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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]) @IntrinsicCandidate() @native()
- def delete_inspect(delete: Delete): ZIO[Conn, MoleculeError, Unit]
- Definition Classes
- SpiZio_h2 → SpiZio
- def delete_transact(delete: Delete): ZIO[Conn, MoleculeError, TxReport]
- Definition Classes
- SpiZio_h2 → SpiZio
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fallback_rawQuery(query: String, debug: Boolean): ZIO[Conn, MoleculeError, List[List[Any]]]
- Definition Classes
- SpiZio
- def fallback_rawTransact(txData: String, debug: Boolean): ZIO[Conn, MoleculeError, TxReport]
- Definition Classes
- SpiZio
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def insert_inspect(insert: Insert): ZIO[Conn, MoleculeError, Unit]
- Definition Classes
- SpiZio_h2 → SpiZio
- def insert_transact(insert: Insert): ZIO[Conn, MoleculeError, TxReport]
- Definition Classes
- SpiZio_h2 → SpiZio
- def insert_validate(insert: Insert): ZIO[Conn, MoleculeError, Seq[(Int, Seq[InsertError])]]
- Definition Classes
- SpiZio_h2 → SpiZio
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapError[T](result: Task[T]): ZIO[Conn, MoleculeError, T]
- Attributes
- protected
- Definition Classes
- SpiZio
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def printRaw(action: String, elements: List[boilerplate.ast.Model.Element], dbString: String, dataString: String): Unit
- Attributes
- protected
- Definition Classes
- Renderer
- def queryCursor_get[Tpl](q: QueryCursor[Tpl]): ZIO[Conn, MoleculeError, (List[Tpl], String, Boolean)]
- Definition Classes
- SpiZio_h2 → SpiZio
- def queryCursor_inspect[Tpl](q: QueryCursor[Tpl]): ZIO[Conn, MoleculeError, Unit]
- Definition Classes
- SpiZio_h2 → SpiZio
- def queryOffset_get[Tpl](q: QueryOffset[Tpl]): ZIO[Conn, MoleculeError, (List[Tpl], Int, Boolean)]
- Definition Classes
- SpiZio_h2 → SpiZio
- def queryOffset_inspect[Tpl](q: QueryOffset[Tpl]): ZIO[Conn, MoleculeError, Unit]
- Definition Classes
- SpiZio_h2 → SpiZio
- def query_get[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, List[Tpl]]
- Definition Classes
- SpiZio_h2 → SpiZio
- def query_inspect[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, Unit]
- Definition Classes
- SpiZio_h2 → SpiZio
- def query_subscribe[Tpl](q: Query[Tpl], callback: (List[Tpl]) => Unit): ZIO[Conn, MoleculeError, Unit]
- Definition Classes
- SpiZio_h2 → SpiZio
- def query_unsubscribe[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, Unit]
- Definition Classes
- SpiZio_h2 → SpiZio
- def save_inspect(save: Save): ZIO[Conn, MoleculeError, Unit]
- Definition Classes
- SpiZio_h2 → SpiZio
- def save_transact(save: Save): ZIO[Conn, MoleculeError, TxReport]
- Definition Classes
- SpiZio_h2 → SpiZio
- def save_validate(save: Save): ZIO[Conn, MoleculeError, Map[String, Seq[String]]]
- Definition Classes
- SpiZio_h2 → SpiZio
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update_inspect(update: Update): ZIO[Conn, MoleculeError, Unit]
- Definition Classes
- SpiZio_h2 → SpiZio
- def update_transact(update: Update): ZIO[Conn, MoleculeError, TxReport]
- Definition Classes
- SpiZio_h2 → SpiZio
- def update_validate(update: Update): ZIO[Conn, MoleculeError, Map[String, Seq[String]]]
- Definition Classes
- SpiZio_h2 → SpiZio
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)