DBRelationalAdapter<C extends Object> constructor

DBRelationalAdapter<C extends Object>(
  1. String name,
  2. int minConnections,
  3. int maxConnections,
  4. DBAdapterCapability capability, {
  5. EntityRepositoryProvider? parentRepositoryProvider,
  6. Object? populateSource,
  7. Object? populateSourceVariables,
  8. String? workingPath,
})

Implementation

DBRelationalAdapter(
    super.name, super.minConnections, super.maxConnections, super.capability,
    {super.parentRepositoryProvider,
    super.populateSource,
    super.populateSourceVariables,
    super.workingPath}) {
  boot();
}