|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicRecordsetDesign
Provides access to members that manage the schematic recordset design.
Method Summary | |
---|---|
void |
alter(String queryString,
IEnumSchematicQueryParameter queryParameters)
Changes the query string and the query parameters of the schematic recordset. |
IFields |
getFields()
Fields of the schematic recordset. |
String |
getQueryString()
Query string of the schematic recordset. |
IEnumSchematicQueryParameter |
getSchematicQueryParameters()
Schematic query parameters of the schematic recordset. |
void |
setIdentifierFieldNames(String[] names)
Changes the identifiers fields names. |
void |
setParameterValues(Object[] values)
Changes the query parameters values. |
Method Detail |
---|
IFields getFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getQueryString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicQueryParameter getSchematicQueryParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void alter(String queryString, IEnumSchematicQueryParameter queryParameters) throws IOException, AutomationException
queryString
- The queryString (in)queryParameters
- A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameterValues(Object[] values) throws IOException, AutomationException
values
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIdentifierFieldNames(String[] names) throws IOException, AutomationException
names
- The names (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 |