shutDownDatabase

fun shutDownDatabase(pathToDb: Path, user: String? = null, pWord: String? = null): Boolean

Sends a shutdown connection to the database.

Return

true if successfully shutdown

Parameters

pathToDb

a path to the database, must not be null

user

a username, can be null

pWord

a password, can be null