BatchUpdate

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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