See: Description
| Class | Description |
|---|---|
| ConnectionFactory |
This class creates and manages JDBC Connection instances from:
A named JNDI managed connection
A connection pool that is maintained by this factory
|
| ConnectionPoolSpec |
This class specifies connection pool properties.
|
| ConnectionSpec |
This class specifies basic properties for a database connection.
|
| Exception | Description |
|---|---|
| FactoryException |
This exception is thrown by Factories when they encounter an error that needs to be handled by the caller.
|
Copyright © 2014 Michael Beiter