db property

CommonDatabase? db
getter/setter pair

CommonDatabase itself.

null here means the database is closed.

Implementation

CommonDatabase? db;