JDBCProvider

Configuration for software that enables Java applications to connect to JDBC-compliant databases.

Inherits from type J2EEResourceProvider and adds the following.

Attributes Summary
implementationClassName : StringThe Java class name of the JDBC driver implementation.
xa : booleanThis is an attribute added for handling templates within the admin console.

Attribute Details

implementationClassName    -    The Java class name of the JDBC driver implementation.
     data type:  String
     default Value:   unspecified



xa    -    This is an attribute added for handling templates within the admin console. It should not be examined by the binder or anything else. The idea being that some JDBC providers use the same classname for an XA or NON-XA driver (It's set via properties). This adds a consistant value to the config file for the templates that can be used to select the XA from the NON-XA template when the classnames are identical.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  


Copyright IBM Corp. 1997-2004