See: Description
| Interface | Description |
|---|---|
| Connection |
Describes a connection.
|
| ConnectionFactory |
Provides methods to create connections.
|
| ConnectionParameter |
Describes a connection parameter.
|
| ConnectionService |
Defines the connection services.
|
| ConnectionShortcut |
Describes a connection shortcut.
|
| DatabaseConnection |
Describes a database connection.
|
| DataFederatorConnection |
Describes a Data Federator connection.
|
| DataFederatorConnectionShortcut |
Describes a Data Federator connection shortcut.
|
| OlapConnection |
Describes an OLAP connection.
|
| OlapConnectionShortcut |
Describes an OLAP connection shortcut.
|
| RelationalConnection |
Describes a relational connection.
|
| RelationalConnectionShortcut |
Describes a relational connection shortcut.
|
| Enum | Description |
|---|---|
| DatabaseConnection.AuthenticationMode |
Provides the values used to set the parameter
DatabaseConnection.AUTHENTICATION_MODE. |
| DatabaseConnection.HANAServerType |
Provides the SAP HANA server types used to set the parameter
DatabaseConnection.SAP_HANA_SERVER_TYPE. |
| DatabaseConnection.SAPServerType |
Provides the SAP server types used to set the parameter
DatabaseConnection.SAP_SERVER_TYPE. |
This package contains classes to create and manage connections and shortcuts.
They are the following:
ConnectionFactory interface, which provides methods to create relational and OLAP connectionsConnectionService interface, which provides services for connections (test, change drivers)