Package com.googlecode.jdbw.server

Interface Summary
MultiCatalogDatabaseServer A DatabaseServer which supports multiple catalogs
NetworkDatabaseServer A database server which is connected to over TCP/IP network
UserAuthenticatedDatabaseServer A database server which is using username/password authentication for access
 

Class Summary
AbstractDatabaseServer A common base class for many types of DatabaseServers.
AbstractDatabaseType Includes some fundamental checks for connection errors and default implementations for some JDBW objects
DefaultSQLDialect A default implementation of SQLDialect providing some functionality which is common to most database servers.
StandardDatabaseServer A common base class for DatabaseServers with are connected to over network and using a username/password for authentication.
 



Copyright © 2012. All Rights Reserved.