Uses of Class
com.h2tcoin.takamakachain.exceptions.db.DatabasePathException
-
Packages that use DatabasePathException Package Description com.h2tcoin.takamakachain.db.embedded com.h2tcoin.takamakachain.main -
-
Uses of DatabasePathException in com.h2tcoin.takamakachain.db.embedded
Methods in com.h2tcoin.takamakachain.db.embedded that throw DatabasePathException Modifier and Type Method Description void
TkmDBS. cloneDatabase(int sourceEpoch, int sourceSlot, String sourceName, int destEpoch, int destSlot, String destName, boolean overwrite)
static void
TkmDBS. createZeroDatabase()
void
TkmDBS. shutdownDatabase()
soft close then try to kill current databasevoid
TkmDBS. switchConnection(Integer epoch, Integer slot, String dbName)
switch the connection to existing database -
Uses of DatabasePathException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw DatabasePathException Modifier and Type Method Description static void
TkmTESDemo. main(String[] args)
-