public interface QueryResults
The following features are supported:
DatasourcesPackage.getQueryResults()
Modifier and Type | Method and Description |
---|---|
<any> |
getHeader()
Returns the value of the 'Header' attribute list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
<any> |
getResults()
Returns the value of the 'Results' containment reference list.
|
java.lang.Object |
getValue(java.lang.String field,
int row) |
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
DatasourcesPackage.getQueryResults_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
<any> getHeader()
String
.
If the meaning of the 'Header' attribute list isn't clear, there really should be more of a description here...
DatasourcesPackage.getQueryResults_Header()
<any> getResults()
AQueryResult
.
If the meaning of the 'Results' containment reference list isn't clear, there really should be more of a description here...
DatasourcesPackage.getQueryResults_Results()
java.lang.Object getValue(java.lang.String field, int row)