InitDatabaseFromJar
In this example a database is initialized from compressed script in a jar
file.
| Methods |
| static void |
main(String... args)
This method is called when executing this sample application from the
command line.
|
| static void |
main(String... args) throws Exception
This method is called when executing this sample application from the
command line.
Parameters:
args - the command line parameters
|
| void |
initDb()
Initialize a database from a SQL script file.
|
| void |
initDb() throws Exception
Initialize a database from a SQL script file.
|