Class | Description |
BeanUtil |
|
ConnBean |
A Bean to open a database connection. |
ConnCacheBean |
Bean for Connection Cache based in Oracle JDBC 2.0 Connection Caching
User - user name for connection
Password password for connection
URL URL for database connection
MaxLimit Set the maximum no of connections for the Cache
MinLimit Set the minimum no of connections for the Cache
CacheScheme Set the Cache Scheme
Possible values for Scheme are :
DYNAMIC_SCHEME
FIXED_WAIT_SCHEME
FIXED_RETURN_NULL_SCHEME |
CursorBean |
A general purpose cursor bean. |
DBBean |
A very simple bean that provides access to the database and execute
queries (only, not DML or DDL). |