Uses of Class
com.h2tcoin.takamakachain.exceptions.db.DatabaseDriverInitiaizzationException
-
Packages that use DatabaseDriverInitiaizzationException Package Description com.h2tcoin.takamakachain.db.embedded com.h2tcoin.takamakachain.main -
-
Uses of DatabaseDriverInitiaizzationException in com.h2tcoin.takamakachain.db.embedded
Methods in com.h2tcoin.takamakachain.db.embedded that throw DatabaseDriverInitiaizzationException 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 DatabaseDriverInitiaizzationException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw DatabaseDriverInitiaizzationException Modifier and Type Method Description static void
TkmTESDemo. main(String[] args)
-