Module litebridge.db.spi
Package org.litebridgedb.db.spi.update
package org.litebridgedb.db.spi.update
Update-related models
-
ClassDescriptionA value associated with a specific column in a database operation.A SQL DELETE statement targeting a specific table with optional conditions.A SQL INSERT statement targeting specific table metadata with associated columns and rows of values.The result of an insert operation performed on the database.A row of values corresponding to a SQL database operation.A SQL UPDATE statement targeting a specific table, with associated column values and conditions.Result of an update operation performed on the database.Common marker interface for database update operations.