@FunctionalInterface @ThreadSafe public static interface JdbcConnection.ConnectionFactory
| Modifier and Type | Method and Description |
|---|---|
Connection |
connect(JdbcConfiguration config)
Establish a connection to the database denoted by the given configuration.
|
Connection connect(JdbcConfiguration config) throws SQLException
config - the configuration with JDBC connection informationSQLException - if there is an error connecting to the databaseCopyright © 2021 JBoss by Red Hat. All rights reserved.