no.ingeberg.newsmldb
Class MyDerbyTest
java.lang.Object
no.ingeberg.newsmldb.MyDerbyTest
public class MyDerbyTest
- extends java.lang.Object
This sample program is a minimal JDBC application showing
JDBC access to Derby.
Instructions for how to run this program are
given in example.html.
Derby applications can run against Derby running in an embedded
or a client/server framework. When Derby runs in an embedded framework,
the Derby application and Derby run in the same JVM. The application
starts up the Derby engine. When Derby runs in a client/server framework,
the application runs in a different JVM from Derby. The application only needs
to start the client driver, and the connectivity framework provides network connections.
(The server must already be running.)
When you run this application, give one of the following arguments:
* embedded (default, if none specified)
* derbyclient (will use the Net client driver to access Network Server)
* jccjdbcclient (if Derby is running embedded in the JCC Server framework)
Constructor Summary |
MyDerbyTest()
Creates a new instance of MyDerbySaveFile |
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
framework
public java.lang.String framework
driver
public java.lang.String driver
protocol
public java.lang.String protocol
MyDerbyTest
public MyDerbyTest()
- Creates a new instance of MyDerbySaveFile
main
public static void main(java.lang.String[] args)