|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface DataSourceConnectionInfo
Provides properties values for a Data source.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.String propertyId)
Used to return properties values for a data source connection. |
Field Detail |
---|
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
.
Method Detail |
---|
java.lang.Object getProperty(java.lang.String propertyId)
propertyId
- The property identifier.
DataSourceConnectionInfo
.
|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |