A
- the generic typepublic interface DbmsConnectionInformation<A extends DbmsAdaptor<A>> extends DbmsAdaptor.Member<A>
Modifier and Type | Interface and Description |
---|---|
static class |
DbmsConnectionInformation.Implementation<A extends DbmsAdaptor<A>>
The Class AbstractBody.
|
Modifier and Type | Method and Description |
---|---|
Connection |
createConnection()
Creates the connection.
|
String |
createJdbcConnectionUrl()
Creates the jdbc connection url.
|
String |
getCatalog()
Gets the catalog.
|
String |
getHost()
Gets the host.
|
String |
getJdbcDriverClassName()
Gets the jdbc driver class name.
|
String |
getPassword()
Gets the password.
|
int |
getPort()
Gets the port.
|
String |
getUser()
Gets the user.
|
getDbmsAdaptor
String getHost()
int getPort()
String getUser()
String getPassword()
String getCatalog()
String createJdbcConnectionUrl()
String getJdbcDriverClassName()
Connection createConnection() throws SQLEngineCouldNotConnectToDBException
SQLEngineCouldNotConnectToDBException
- the sQL engine could not connect to db exceptionCopyright © 2003–2023 XDEV Software. All rights reserved.