org.eclipse.datatools.connectivity.oda.design
Interface DataSetQuery

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface DataSetQuery
extends org.eclipse.emf.ecore.EObject

Defines the query of a data set. Includes the query text, and any additional query spec. Future: may include a filterSpec for dynamicFiltering.

The following features are supported:

See Also:
DesignPackage.getDataSetQuery()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getQueryText()
          Returns the value of the 'Query Text' attribute.
 void setQueryText(java.lang.String value)
          Sets the value of the 'Query Text' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getQueryText

java.lang.String getQueryText()
Returns the value of the 'Query Text' attribute. The query command text to execute at runtime to retrieve data for this data set. Retrieved data could be for one or more result sets and/or output parameters, as defined in this data set design. The query syntax is specific to a data source; could be an empty string.

Returns:
the value of the 'Query Text' attribute.
See Also:
setQueryText(String), DesignPackage.getDataSetQuery_QueryText()

setQueryText

void setQueryText(java.lang.String value)
Sets the value of the 'Query Text' attribute.

Parameters:
value - the new value of the 'Query Text' attribute.
See Also:
getQueryText()