Packages

t

molecule.sql.h2.spi

SpiZio_h2

trait SpiZio_h2 extends SpiZio with SpiZioBase_h2

Source
SpiZio_h2.scala
Linear Supertypes
SpiZioBase_h2, Renderer, SpiZio, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpiZio_h2
  2. SpiZioBase_h2
  3. Renderer
  4. SpiZio
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def delete_inspect(delete: Delete): ZIO[Conn, MoleculeError, Unit]
    Definition Classes
    SpiZio_h2 → SpiZio
  7. def delete_transact(delete: Delete): ZIO[Conn, MoleculeError, TxReport]
    Definition Classes
    SpiZio_h2 → SpiZio
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def fallback_rawQuery(query: String, debug: Boolean): ZIO[Conn, MoleculeError, List[List[Any]]]
    Definition Classes
    SpiZio
  11. def fallback_rawTransact(txData: String, debug: Boolean): ZIO[Conn, MoleculeError, TxReport]
    Definition Classes
    SpiZio
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def insert_inspect(insert: Insert): ZIO[Conn, MoleculeError, Unit]
    Definition Classes
    SpiZio_h2 → SpiZio
  15. def insert_transact(insert: Insert): ZIO[Conn, MoleculeError, TxReport]
    Definition Classes
    SpiZio_h2 → SpiZio
  16. def insert_validate(insert: Insert): ZIO[Conn, MoleculeError, Seq[(Int, Seq[InsertError])]]
    Definition Classes
    SpiZio_h2 → SpiZio
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mapError[T](result: Task[T]): ZIO[Conn, MoleculeError, T]
    Attributes
    protected
    Definition Classes
    SpiZio
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def printRaw(action: String, elements: List[boilerplate.ast.Model.Element], dbString: String, dataString: String): Unit
    Attributes
    protected
    Definition Classes
    Renderer
  23. def queryCursor_get[Tpl](q: QueryCursor[Tpl]): ZIO[Conn, MoleculeError, (List[Tpl], String, Boolean)]
    Definition Classes
    SpiZio_h2 → SpiZio
  24. def queryCursor_inspect[Tpl](q: QueryCursor[Tpl]): ZIO[Conn, MoleculeError, Unit]
    Definition Classes
    SpiZio_h2 → SpiZio
  25. def queryOffset_get[Tpl](q: QueryOffset[Tpl]): ZIO[Conn, MoleculeError, (List[Tpl], Int, Boolean)]
    Definition Classes
    SpiZio_h2 → SpiZio
  26. def queryOffset_inspect[Tpl](q: QueryOffset[Tpl]): ZIO[Conn, MoleculeError, Unit]
    Definition Classes
    SpiZio_h2 → SpiZio
  27. def query_get[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, List[Tpl]]
    Definition Classes
    SpiZio_h2 → SpiZio
  28. def query_inspect[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, Unit]
    Definition Classes
    SpiZio_h2 → SpiZio
  29. def query_subscribe[Tpl](q: Query[Tpl], callback: (List[Tpl]) ⇒ Unit): ZIO[Conn, MoleculeError, Unit]
    Definition Classes
    SpiZio_h2 → SpiZio
  30. def query_unsubscribe[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, Unit]
    Definition Classes
    SpiZio_h2 → SpiZio
  31. def save_inspect(save: Save): ZIO[Conn, MoleculeError, Unit]
    Definition Classes
    SpiZio_h2 → SpiZio
  32. def save_transact(save: Save): ZIO[Conn, MoleculeError, TxReport]
    Definition Classes
    SpiZio_h2 → SpiZio
  33. def save_validate(save: Save): ZIO[Conn, MoleculeError, Map[String, Seq[String]]]
    Definition Classes
    SpiZio_h2 → SpiZio
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def update_inspect(update: Update): ZIO[Conn, MoleculeError, Unit]
    Definition Classes
    SpiZio_h2 → SpiZio
  37. def update_transact(update: Update): ZIO[Conn, MoleculeError, TxReport]
    Definition Classes
    SpiZio_h2 → SpiZio
  38. def update_validate(update: Update): ZIO[Conn, MoleculeError, Map[String, Seq[String]]]
    Definition Classes
    SpiZio_h2 → SpiZio
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from SpiZioBase_h2

Inherited from Renderer

Inherited from SpiZio

Inherited from AnyRef

Inherited from Any

Ungrouped