public interface Connector
| Modifier and Type | Interface and Description |
|---|---|
static class |
Connector.Builder |
| Modifier and Type | Method and Description |
|---|---|
Connection |
connect()
Creates the physical (raw) JDBC connection to the database using the configured Driver or
external DataSource, and the configured database credentials.
|
Connection connect() throws SQLException
SQLException - if the underlying SQL operation throws suchCopyright © 2013-2019 vibur.org. All Rights Reserved.