Package org.h2.samples
Class HelloWorld
java.lang.Object
org.h2.samples.HelloWorld
A very simple class that shows how to load the driver, create a database,
create a table, and insert some data.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HelloWorld
public HelloWorld()
-
-
Method Details
-
main
Called when ran from command line.- Parameters:
args- ignored- Throws:
Exception- on failure
-