Uses of Class
com.h2tcoin.takamakachain.exceptions.db.InvalidDatabaseParametersException
-
Packages that use InvalidDatabaseParametersException Package Description com.h2tcoin.takamakachain.db.embedded com.h2tcoin.takamakachain.main -
-
Uses of InvalidDatabaseParametersException in com.h2tcoin.takamakachain.db.embedded
Methods in com.h2tcoin.takamakachain.db.embedded that throw InvalidDatabaseParametersException Modifier and Type Method Description void
TkmDBS. cloneDatabase(int sourceEpoch, int sourceSlot, String sourceName, int destEpoch, int destSlot, String destName, boolean overwrite)
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 InvalidDatabaseParametersException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw InvalidDatabaseParametersException Modifier and Type Method Description static void
TkmTESDemo. main(String[] args)
-