Package org.h2.samples
Class HelloWorld
- java.lang.Object
-
- org.h2.samples.HelloWorld
-
public class HelloWorld extends java.lang.ObjectA very simple class that shows how to load the driver, create a database, create a table, and insert some data.
-
-
Constructor Summary
Constructors Constructor Description HelloWorld()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)Called when ran from command line.
-