TableWrite constructor

TableWrite(
  1. NamedResultSet table,
  2. UpdateKind kind
)

Implementation

TableWrite(this.table, this.kind);