Package org.h2.samples
Class DirectInsert
java.lang.Object
org.h2.samples.DirectInsert
Demonstrates the benefit of using the CREATE TABLE ... AS SELECT
optimization.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DirectInsert
public DirectInsert()
-
-
Method Details
-
main
This method is called when executing this sample application from the command line.- Parameters:
args- the command line parameters- Throws:
Exception- on failure
-