| AbstractDBConfig |
An abstract implementation of DBConfig.
|
| DBController |
An object that provides methods for creating and controlling database
systems in the current JVM.
|
| DBSystem |
An object used to access and control a single database system running in
the current JVM.
|
| DefaultDBConfig |
Implements a default database configuration that is useful for setting up
a database.
|
| DefaultDBConfig.ConfigProperty |
An object the describes a single configuration property and the default
value for it.
|
| TCPJDBCServer |
Attaches to a DBSystem, and binds a TCP port and serves queries for JDBC
connections.
|