public class GenericDataSourceBinding extends DataSourceBinding
RESERVED_TOKEN_DATASOURCE| Constructor and Description |
|---|
GenericDataSourceBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectString()
Returns the Connect Strings for each of the Nodes contained in this Database.
|
String |
toCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in JSON format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
addSetting, getConnectStrings, getDatabase, getDataSourceName, getParent, getReservedKeywords, getTuningParameters, getVariableValue, isXA, setDataSourceName, setParent, setTuningParameters, setXA, substitutepublic String getConnectString() throws FMWEnvSpecException
FMWEnvSpecException - if there are more than one ConnectString present in Database.public String toXmlCompactString()
toXmlCompactString in class DataSourceBindingpublic String toXmlString()
toXmlString in class DataSourceBindingpublic String toCompactString()
toCompactString in class DataSourceBindingpublic String toString()
toString in class DataSourceBinding