com.borland Packages com.borland Class Hierarchy
Package com.borland.datastore.jdbc
About the com.borland.datastore.jdbc
package
Note:
This is a feature of JBuilder Professional and Enterprise.
The datastore.jdbc
package contains the JDBC interface for the
DataStore, including the JDBC driver itself, and classes for
implementing your own DataStore server for multi-user connections to the
same DataStore.
The following classes, components, and interfaces in this package are intended for
public use:
The remainder of the classes in this package are for internal use.
For more information, visit the database newsgroup. Details on newsgroups can be found at http://www.borland.com/newsgroups. The database newsgroup is dedicated to issues about writing database applications and is actively monitored by our support engineers as well as the Development team.
See also:
Overview of classes in this package
Library overview
DataStore Developer's Guide
Interfaces
Classes and components
Overview of classes in the com.borland.datastore.jdbc
package
- DataStoreDriver
- The JDBC driver for both local and remote/multi-user connections to a
DataStore.
- DataStoreServer
- Starts a thread that accepts multiple client connection requests to a
DataStore from the remote DataStore JDBC driver. This class is
the engine of any DataStore server implementation.
- ServerConnection
- A thread that represents connections to a DataStoreServer.
- ServerStatus
- An interface that defines possible server status events reported to
ServerStatusListeners.
- ServerStatusEvent
- A status change, such as a connection or disconnection, or error that
occurs in the server or one of its connections.
- ServerStatusListener
- An interface that receives ServerEvent events.