com.borland Packages  com.borland Class Hierarchy

Package com.borland.javax.sql


About the com.borland.javax.sql package

Note: This package is a feature of JBuilder Professional and Enterprise.

Borland's javax.sql package provides implementations of JDBC 2.0 DataSource and connection pooling components. These classes can be used with any JDBC driver, but have additional functionality that is specific to the JDataStore JDBC driver.

The following classes are intended for public use:

The following classes are intended for interal use:

The following classes are BeanInfo classes:

See also:
Overview of classes in this package
Library overview


Classes and Components

  • DataSourceProperties
  • DataSourcePropertiesBeanInfo
  • DataSourcePropertiesObject
  • DelegateConnection
  • JdbcConnectionFactory
  • JdbcConnectionFactoryBeanInfo
  • JdbcConnectionFactoryObject
  • JdbcConnectionPool
  • JdbcConnectionPoolBeanInfo
  • JdbcConnectionPoolObject
  • JdbcDataSource
  • JdbcDataSourceBeanInfo
  • JdbcDataSourceObject
  • StatementPool

  • Overview of classes in the com.borland.javax.sql package

    DataSourceProperties
    This is a base class which provides certain properties for a generic DataSource. JdbcConnectionFactory and JdbcDataSource extend this class and therefore inherit its properties.
    JdbcConnectionFactory
    JdbcConnectionFactory can be used by a connection pooling implementation to provide connections to any data source which can be accessed by a JDBC driver. JdbcConnectionFactory also knows how to provide an XA connection to a JDataStore.
    JdbcConnectionPool
    JdbcConnectionPool is a connection pooling implementation which can be used with any JDBC driver.
    JdbcDataSource
    JdbcDataSource is a basic implementation of the JDBC 2.0 javax.sql.DataSource interface.