rss.database
Class SimpleApp
java.lang.Object
rss.database.SimpleApp
public class SimpleApp
- 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)
- Author:
- janet
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, 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
SimpleApp
public SimpleApp()
main
public static void main(java.lang.String[] args)