public interface ConnectionFactory
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
createConnection()
Creates a new JDBC Connection instance.
|
void |
initializeFactory()
Initialize the concrete factory.
|
void initializeFactory() throws MappingException
MappingException
- If concrete factory could not be initialized.java.sql.Connection createConnection() throws java.sql.SQLException
java.sql.SQLException
- If the JDBC connection cannot be created.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com