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, substitute
public String getConnectString() throws FMWEnvSpecException
FMWEnvSpecException
- if there are more than one ConnectString present in Database.public String toXmlCompactString()
toXmlCompactString
in class DataSourceBinding
public String toXmlString()
toXmlString
in class DataSourceBinding
public String toCompactString()
toCompactString
in class DataSourceBinding
public String toString()
toString
in class DataSourceBinding