HelloWorld
A very simple class that shows how to load the driver, create a database,
create a table, and insert some data.
| Methods |
| static void |
main(String... args)
Called when ran from command line.
|
| static void |
main(String... args) throws Exception
Called when ran from command line.
Parameters:
args - ignored
|