Storing

dataprism.sql.ResourceManager.Storing
See theStoring companion object
class Storing extends ResourceManager

Attributes

Companion
object
Source
ResourceManager.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addExecution[A](thunk: => A): A

Attributes

Source
ResourceManager.scala
def addExecutionTry[A](thunk: => A): Try[A]

Attributes

Source
ResourceManager.scala
def finish(): Try[Unit]

Attributes

Source
ResourceManager.scala
def finishWithException(throwable: Throwable): Try[Nothing]

Attributes

Source
ResourceManager.scala

Extensions

Extensions

extension [A](a: A)
override def acquire: A

Attributes

Definition Classes
Source
ResourceManager.scala