DataSource

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

Inherits from type ConnectionFactory and adds the following.


 

Attributes Summary

statementCacheSize Number of free prepared statements per connection.
datasourceHelperClassname The datastore helper that is used to perform specific database functions.

 

Attribute Details


statementCacheSize

Number of free prepared statements per connection.

Data type:   Integer
Default value:   10



datasourceHelperClassname

The datastore helper that is used to perform specific database functions.

Data type:   String
Default value:   unspecified