public class OracleJdbcConnectionFactory extends JdbcConnectionFactory
| Constructor and Description |
|---|
OracleJdbcConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
createConnection(DataSource dataSource,
List<DbType> customDataTypes)
Creates a new JDBC
Connection |
public Connection createConnection(DataSource dataSource, List<DbType> customDataTypes) throws SQLException, ConnectionCreationException
JdbcConnectionFactoryConnectioncreateConnection in class JdbcConnectionFactorydataSource - the DataSource from which the connection comes fromcustomDataTypes - user defined data typesConnectionSQLExceptionConnectionCreationExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.