@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface DataSourceConnectionInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONNECTION_NAME
Property ID for the unique name of the connection.
|
static java.lang.String |
DRIVER_NAME
Property ID for the driver name used to access the database.
|
static java.lang.String |
HOST_NAME
Property ID for the host name to connect to.
|
static java.lang.String |
INITIAL_DATABASE
Property ID for the initial database from server to connect to.
|
static java.lang.String |
PORT
Property ID for the port used to connect to host.
|
static java.lang.String |
URL
Property ID for the URL used to connect to the database.
|
static java.lang.String |
WEBDAV_URL
Property ID for the WEBDAV URL.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(java.lang.String propertyId)
Used to return properties values for a data source connection.
|
static final java.lang.String DRIVER_NAME
null
.static final java.lang.String HOST_NAME
null
.static final java.lang.String INITIAL_DATABASE
null
.static final java.lang.String PORT
static final java.lang.String CONNECTION_NAME
static final java.lang.String URL
null
.static final java.lang.String WEBDAV_URL
null
.java.lang.Object getProperty(java.lang.String propertyId)
propertyId
- The property identifier.DataSourceConnectionInfo
.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.