UpdateStatement<T extends Table, D> constructor

UpdateStatement<T extends Table, D>(
  1. DatabaseConnectionUser database,
  2. TableInfo<T, D> table
)

Used internally by drift, construct an update statement

Implementation

UpdateStatement(super.database, TableInfo<T, D> super.table);