InsertStatement<T extends Table, D> constructor

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

Constructs an insert statement from the database and the table. Used internally by drift.

Implementation

InsertStatement(this.database, this.table);