public interface MonoSourceDataFoundation extends DataFoundation
This object is a data foundation based on a single data source.
Use DataFoundationFactory.createMonoSourceDataFoundation(String, String) to instantiate a single-source data foundation from a relational connection.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnectionPath()
Returns the value of the 'Connection Path' attribute.
|
void |
setConnectionPath(java.lang.String value)
Sets the value of the '
Connection Path' attribute. |
getContexts, getCoreUniverseReferences, getDataFoundationViews, getDescription, getJoins, getLovs, getMasterView, getParameters, getTables, isCartesianProductAllowed, isMultipleSqlStatementsAllowed, setCartesianProductAllowed, setDescription, setMultipleSqlStatementsAllowedgetResourcePathgetCustomPropertiesgetQueryScriptProperties, resetQueryScriptPropertiesjava.lang.String getConnectionPath()
This string represents the path of the connection file (.cnx or .cns).
setConnectionPath(String)void setConnectionPath(java.lang.String value)
Connection Path' attribute.
This string represents the path of the connection file (.cnx or .cns). The connection path is formatted as [subFolder]\connection. The root folder is Connections.
value - the new value of the 'Connection Path' attribute.getConnectionPath()