DB constructor

DB(
  1. String dbName
)

Implementation

DB(String dbName) : super([dbName]);