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

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

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

A collection of result set columns' definitions.

The following features are supported:

See Also:
DesignPackage.getResultSetColumns()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList<ColumnDefinition> getResultColumnDefinitions()
          Returns the value of the 'Result Column Definitions' containment reference list.
 
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

getResultColumnDefinitions

org.eclipse.emf.common.util.EList<ColumnDefinition> getResultColumnDefinitions()
Returns the value of the 'Result Column Definitions' containment reference list. The list contents are of type ColumnDefinition.

Returns:
the value of the 'Result Column Definitions' containment reference list.
See Also:
DesignPackage.getResultSetColumns_ResultColumnDefinitions()