JdbcSpiZioBase

molecule.sql.jdbc.spi.JdbcSpiZioBase
trait JdbcSpiZioBase extends PrintInspect

Attributes

Source
JdbcSpiZioBase.scala
Graph
Supertypes
trait PrintInspect
class Object
trait Matchable
class Any
Known subtypes
trait JdbcSpiZio
trait JdbcApiZio
object zio.type
Self type
SpiZio

Members list

Value members

Concrete methods

protected def moleculeError[T](result: Task[T]): ZIO[Conn, MoleculeError, T]

Attributes

Source
JdbcSpiZioBase.scala
protected def printInspectQuery(label: String, elements: List[Element]): ZIO[Conn, MoleculeError, Unit]

Attributes

Source
JdbcSpiZioBase.scala

Inherited methods

protected def printInspect(label: String, elements: List[Element], stmts: String): Unit

Attributes

Inherited from:
PrintInspect
Source
PrintInspect.scala