public interface IEncyclopediaConnection
Modifier and Type | Method and Description |
---|---|
String |
getConnectString()
Returns the information required to connect to an encyclopedia.
|
String |
getDataSource()
Returns the connection data source.
|
String |
getFullName()
Returns the name of the encyclopedia including the full path.
|
String |
getInitialCatalog()
Returns the connection catalog name.
|
String |
getProperty(String key)
Returns the value associated with the specified key in the connection string
|
String |
toString()
Returns the connection string as displayed in System Architect title bar,
which is the connection data source and catalog name.
|
String getConnectString()
String getFullName()
String getProperty(String key)
key
- a key (e.g. "Data Source").null
if the key is not found.String getDataSource()
getProperty("Data Source")
.String getInitialCatalog()
getProperty("Initial Catalog")
.