DeleteStatement<T extends Table, D>  constructor 
      
      DeleteStatement<T extends Table, D> (
    
- DatabaseConnectionUser database,
- TableInfo<T, D> table
This constructor should be called by DatabaseConnectionUser.delete for you.
Implementation
DeleteStatement(super.database, TableInfo<T, D> super.table);