| IBM WebSphere Application ServerTM
Release 6 |
|||||||
PREV NEXT | FRAMES NO FRAMES |
Interface Summary | |
WSRelationalPushDownHelper | This interface provides helper methods that can be used by customers in their implementations of their <beanName>UserDefinedPushDownMethods classes. |
WSStreamableRecord | This interface provides a CCI Record that implements the Streamable interface. |
WSPushDownHelper | This interface provides helper methods that can be used by customers in their implementations of their <beanName>UserDefinedPushDownMethods classes. |
WSProceduralPushDownHelper | This interface provides helper methods that can be used by customers in their implementations of their <beanName>UserDefinedPushDownMethods classes. |
Beginnable | Enables the call of an explicit begin on a JDBC Connection. |
WSConnection | Interface which enables an application to call certain methods on a connection. |
JDBCConnectionSpec | A ConnectionSpec interface provided for JDBC users to specify additional Connection properties on getConnection. |
WSConnectionSpec | A ConnectionSpec interface provided for applications using the javax.resource.cci interfaces to specify Connection properties available on the WebSphere Relational Resource Adapter. |
WSCciConnectionSpec | A ConnectionSpec interface provided for applications using the javax.resource.cci interfaces to specify Connection properties available on the WebSphere Relational Resource Adapter. |
WSDataSource | Interface which enables an application to provide additional parameters when requesting a Connection. |
WSNativeConnectionAccessor | This WSNativeConnectionAccessor interface provides a conduit for the WebSphere ResourceAdapter CCI function to access the Native Connection. |
DataAccessFunctionSet | This DataAccessFunctionSet interface provides a capability for an Interaction to execute functions on a datastore instance. |
WSInteractionSpec | An InteractionSpec holds properties for driving an Interaction with a backend store instance. |
WSRdbRecord | This interface extends from javax.resource.cci.Record. |
HandleStates | This class contains general handle state constants used by the Reassociateable interface and some of the WebSphere JDBC and CCI objects. |
Reassociateable | Enables a Connection handle to support handle reassociation. |
DataStoreHelper | The |
Class Summary | |
WSPushDownHelperFactory | This class provides access to an implementation of the WSPushDownHelper
interface (and its subclasses) that can be used by customers in their
implementations of their |
ProxyDSDataStoreHelper | This data store helper is used for Proxy DataSource. |
WSRRAFactory | A factory class provided for creating objects used with the WebSphere Relational Resource Adapter. |
WSConnectJDBCDataStoreHelper | WSConnectJDBCDataStoreHelper is a DataStoreHelper implementation
customized for the WebSphere embedded Connect JDBC driver. |
DB2UniversalDataStoreHelper | DB2UniversalDataStoreHelper is a DataStoreHelper implementation
customized for the DB2 Universal JDBC driver. |
DB2390LocalDataStoreHelper |
|
DerbyNetworkServerDataStoreHelper | DerbyNetworkServerDataStoreHelper is a DataStoreHelper implementation
customized for the Derby database when running using the Derby NetworkServer framework. |
DerbyDataStoreHelper | DerbyDataStoreHelper is a DataStoreHelper implementation
customized for the Derby database. |
Oracle10gDataStoreHelper | Oracle10gDataStoreHelper is a DataStoreHelper implementation
customized for the Oracle 10g database, it extends OracleDataStoreHelper. |
Sybase11DataStoreHelper | Sybase11DataStoreHelper is a DataStoreHelper implementation
customized for Sybase 11.9.2. |
SequeLinkDataStoreHelper | SequeLinkDataStoreHelper is a DataStoreHelper implementation
customized for the SequeLink JDBC driver. |
DB2AS400DataStoreHelper | DB2AS400DataStoreHelper is a DataStoreHelper implementation
customized for DB2 on iSeries. |
DB2390DataStoreHelper | - Please use the DB2DataStoreHelper or DB2UniversalDataStoreHelper class instead of this class. |
DataDirectDataStoreHelper |
|
ConnectJDBCDataStoreHelper | ConnectJDBCDataStoreHelper is a DataStoreHelper implementation
customized for the Microsoft JDBC driver for MS SQL Server 2000 and the unbranded
Connect JDBC driver. |
CloudscapeNetworkServerDataStoreHelper | CloudscapeNetworkServerDataStoreHelper is a DataStoreHelper implementation
customized for the Cloudscape database when running using the Cloudscape NetworkServer framework. |
CloudscapeDataStoreHelper | CloudscapeDataStoreHelper is a DataStoreHelper implementation
customized for the Cloudscape database. |
WSCallHelper | Provides static methods for invoking non-standard methods on objects wrapped by WebSphere. |
SybaseDataStoreHelper | SybaseDataStoreHelper is a DataStoreHelper implementation
customized for the Sybase database. |
OracleDataStoreHelper | OracleDataStoreHelper is a DataStoreHelper implementation
customized for the Oracle database. |
MSSQLDataStoreHelper | MSSQLDataStoreHelper is used internally by other WebSphere-provided
DataStoreHelper implementations. |
InformixDataStoreHelper | InformixDataStoreHelper is a DataStoreHelper implementation
customized for the Informix database. |
GenericDataStoreHelper | GenericDataStoreHelper is a general DataStoreHelper
implementation for databases and JDBC drivers fully compliant with SQL-99, X/OPEN, and
JDBC. |
DB2DataStoreHelper | DB2DataStoreHelper is a DataStoreHelper implementation
customized for the DB2 legacy CLI-based JDBC driver. |
JdbcAccessorImpl | This class provides a conduit for the WebSphere ResourceAdapter CCI function to access the Native Connection. |
ProxyDataSource | This class is used to configure the Proxy DataSource. |
WSSystemMonitor | This class allows users to collect system monitoring data for a datbase connection. |
DataStoreHelperMetaData | This class provides metadata information for DataStoreHelpers. |
This package contains externalized interfaces and implementation classes for working with relational and procedural resource adapters in WebSphere. The classes may be extended if desired or new classes can be created for the user's convenience. A typical scenario would be use of the DataStoreHelper interface to create new helpers. Another would be the sub-classing of existing helpers to fine-tune them to user needs.
This package also contains public helpers and factories for working with CMP/A (Container Managed Persistence over Anything) and CMP/SP (Container Managed Persistence over Stored Procedures), that can be used when implementing the push-down methods in the user's UserDefinedPushDownMethodsImpl class.
| IBM WebSphere Application ServerTM
Release 6 |
|||||||
PREV NEXT | FRAMES NO FRAMES |