|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgRecordsetDesign
Provides access to members that control the design of a recordset.
INgRecordset| Method Summary | |
|---|---|
void |
alter(String queryString,
INgParameters parameters)
Changes the recorset with the specified query string and the specified parameters. |
INgNames |
getFieldNames()
List of the field names contained in the recordset. |
INgValues |
getFieldTypes()
List of the field types contained in the recordset. |
String |
getQuerySourceString()
Query string that defines the recordset without the query parameters. |
String |
getQueryString()
Complete query string that defines the recordset. |
| Method Detail |
|---|
INgNames getFieldNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.INgRecordSetDesign#getFieldTypes()
INgValues getFieldTypes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.INgRecordSetDesign#getFieldNames()
String getQueryString()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.INgRecordSetDesign#getQuerySourceString()
String getQuerySourceString()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.INgRecordSetDesign#getQueryString()
void alter(String queryString,
INgParameters parameters)
throws IOException,
AutomationException
queryString - The queryString (in)parameters - A reference to a com.esri.arcgis.schematic.INgParameters (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||