Package org.litebridgedb.db.spi.update


package org.litebridgedb.db.spi.update
Update-related models
  • Class
    Description
    A value associated with a specific column in a database operation.
     
    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.