Uses of Interface
org.litebridgedb.db.spi.update.UpdateStatement
Packages that use UpdateStatement
Package
Description
Update-related models
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of UpdateStatement in org.litebridgedb.db.spi.update
Classes in org.litebridgedb.db.spi.update that implement UpdateStatementModifier and TypeClassDescriptionfinal recordA SQL DELETE statement targeting a specific table with optional conditions.final recordA SQL INSERT statement targeting specific table metadata with associated columns and rows of values.final recordA SQL UPDATE statement targeting a specific table, with associated column values and conditions. -
Uses of UpdateStatement in org.litebridgedb.orm.persistence
Classes in org.litebridgedb.orm.persistence with type parameters of type UpdateStatementModifier and TypeClassDescriptionclassAbstractStatementBuilder<US extends UpdateStatement>interfaceStatementBuilder<US extends UpdateStatement>