org.h2.samples
Class ToDate

java.lang.Object
  extended by org.h2.samples.ToDate

public class ToDate
extends java.lang.Object

A very simple class that shows how to load the driver, create a database, create a table, and insert some data.


Constructor Summary
ToDate()
           
 
Method Summary
static void main(java.lang.String... args)
          Called when ran from command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToDate

public ToDate()
Method Detail

main

public static void main(java.lang.String... args)
                 throws java.lang.Exception
Called when ran from command line.

Parameters:
args - ignored
Throws:
java.lang.Exception