public interface ConnectionFactory
Connection instances.| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection(ConnectionInfo info)
Gets an open
Connection based on given connection parameters. |
Connection getConnection(ConnectionInfo info) throws SQLException
Connection based on given connection parameters.info - the connection parametersException - if factory fails to get a connection.SQLExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.