DataSource

Data Source is used by the application to access the data from the data base. A data source is created under a JDBC provider which provides the specific JDBC driver implementation class.

Inherits from type ConnectionFactory and adds the following.

Attributes Summary
statementCacheSize : intNumber of free prepared statements per connection.
datasourceHelperClassname : StringThe datastore helper that is used to perform specific database functions.

Attribute Details

statementCacheSize    -    Number of free prepared statements per connection.
     data type:  int
     default Value:   10



datasourceHelperClassname    -    The datastore helper that is used to perform specific database functions.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004