Package net.ontopia.persistence.proxy
Interface ConnectionFactoryIF
- All Known Implementing Classes:
DataSourceConnectionFactory
public interface ConnectionFactoryIF
INTERNAL: An interface for creating/requesting new JDBC connection
object.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()INTERNAL: Closes the connection factory.INTERNAL: Requests a new connection object.
-
Method Details
-
requestConnection
INTERNAL: Requests a new connection object.- Throws:
SQLException
-
close
void close()INTERNAL: Closes the connection factory.
-