public interface ConnectionFactoryIF
Modifier and Type | Method and Description |
---|---|
void |
close()
INTERNAL: Closes the connection factory.
|
Connection |
requestConnection()
INTERNAL: Requests a new connection object.
|
Connection requestConnection() throws SQLException
SQLException
void close()