Uses of Package
com.googlecode.jdbw.server

Packages that use com.googlecode.jdbw.server
com.googlecode.jdbw.server   
com.googlecode.jdbw.server.h2   
com.googlecode.jdbw.server.mysql   
com.googlecode.jdbw.server.postgresql   
com.googlecode.jdbw.server.sybase   
 

Classes in com.googlecode.jdbw.server used by com.googlecode.jdbw.server
AbstractDatabaseServer
          A common base class for many types of DatabaseServers.
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
 

Classes in com.googlecode.jdbw.server used by com.googlecode.jdbw.server.h2
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.
MultiCatalogDatabaseServer
          A DatabaseServer which supports multiple catalogs
NetworkDatabaseServer
          A database server which is connected to over TCP/IP network
StandardDatabaseServer
          A common base class for DatabaseServers with are connected to over network and using a username/password for authentication.
UserAuthenticatedDatabaseServer
          A database server which is using username/password authentication for access
 

Classes in com.googlecode.jdbw.server used by com.googlecode.jdbw.server.mysql
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
MultiCatalogDatabaseServer
          A DatabaseServer which supports multiple catalogs
NetworkDatabaseServer
          A database server which is connected to over TCP/IP network
StandardDatabaseServer
          A common base class for DatabaseServers with are connected to over network and using a username/password for authentication.
UserAuthenticatedDatabaseServer
          A database server which is using username/password authentication for access
 

Classes in com.googlecode.jdbw.server used by com.googlecode.jdbw.server.postgresql
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
MultiCatalogDatabaseServer
          A DatabaseServer which supports multiple catalogs
NetworkDatabaseServer
          A database server which is connected to over TCP/IP network
StandardDatabaseServer
          A common base class for DatabaseServers with are connected to over network and using a username/password for authentication.
UserAuthenticatedDatabaseServer
          A database server which is using username/password authentication for access
 

Classes in com.googlecode.jdbw.server used by com.googlecode.jdbw.server.sybase
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.
MultiCatalogDatabaseServer
          A DatabaseServer which supports multiple catalogs
NetworkDatabaseServer
          A database server which is connected to over TCP/IP network
StandardDatabaseServer
          A common base class for DatabaseServers with are connected to over network and using a username/password for authentication.
UserAuthenticatedDatabaseServer
          A database server which is using username/password authentication for access
 



Copyright © 2012. All Rights Reserved.