public class DatabaseStarter extends Object
| Constructor and Description |
|---|
DatabaseStarter()
Constructs a database starter with the derby database.
|
DatabaseStarter(Class aClass)
Constructs the database starter.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] aArgs)
Execution as a main program.
|
void |
start()
Starts the database.
|
public DatabaseStarter(Class aClass) throws Exception
aClassName - Classname of the database class to use.ExceptionCopyright © 2025. All rights reserved.