Update

oxygen.sql.query.QueryResult.Update
final class Update[E]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def mapError[E2](f: E => E2): Update[E2]
def orDie(using ev1: IsSubtypeOfError[E, Throwable], ev2: CanFail[E]): Update[Nothing]
def orDieWith(f: E => Throwable)(using ev1: CanFail[E]): Update[Nothing]
def unit: ZIO[Database, E, Unit]
def updated: ZIO[Database, E, Int]