databaseExists

fun databaseExists(dbName: String, dbDir: Path): Boolean

Return

true if it exists false if not

Parameters

dbName

the name of the database

dbDir

the directory to the database


fun databaseExists(fullPath: Path): Boolean

Return

true if it exists

Parameters

fullPath

the full path to the database including its name (because derby stores the database in a directory