Uses of Class
org.litebridgedb.db.spi.update.UpdateResult

Packages that use UpdateResult
Package
Description
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Abstract implementation classes for the Litebridge Database SPI.
Update-related models
Fluent API for constructing DELETE statements
Fluent API for constructing DTO-based deletes (DELETE statements)
Fluent API for constructing DTO-based updates (UPDATE statements)
Fluent API for constructing direct SQL deletes (DELETE statements)
Fluent API for constructing direct SQL updates (UPDATE statements)
Fluent API for constructing UPDATE statements
Persistence subsystem; contains classes for saving/updating/deleting DTOs