Database constructor

Database(
  1. Client client
)

Implementation

Database(Client client) : super(client);