DBSQLRepositoryAdapter<O> constructor

DBSQLRepositoryAdapter<O>(
  1. DBSQLAdapter<Object> databaseAdapter,
  2. String name, {
  3. String? tableName,
  4. Type? type,
})

Implementation

DBSQLRepositoryAdapter(DBSQLAdapter super.databaseAdapter, super.name,
    {super.tableName, super.type});