|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.schematic.ISchematicRecordsetDesignProxy
public class ISchematicRecordsetDesignProxy
Provides access to members that manage the schematic recordset design.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicRecordsetDesignProxy()
|
|
ISchematicRecordsetDesignProxy(Object obj)
|
protected |
ISchematicRecordsetDesignProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
void |
setIdentifierFieldNames(String[] names)
Changes the identifiers fields names. |
void |
setParameterValues(Object[] values)
Changes the query parameters values. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISchematicRecordsetDesignProxy()
public ISchematicRecordsetDesignProxy(Object obj) throws IOException
IOException
protected ISchematicRecordsetDesignProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public IFields getFields() throws IOException, AutomationException
getFields
in interface ISchematicRecordsetDesign
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getQueryString() throws IOException, AutomationException
getQueryString
in interface ISchematicRecordsetDesign
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumSchematicQueryParameter getSchematicQueryParameters() throws IOException, AutomationException
getSchematicQueryParameters
in interface ISchematicRecordsetDesign
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void alter(String queryString, IEnumSchematicQueryParameter queryParameters) throws IOException, AutomationException
alter
in interface ISchematicRecordsetDesign
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.public void setParameterValues(Object[] values) throws IOException, AutomationException
setParameterValues
in interface ISchematicRecordsetDesign
values
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIdentifierFieldNames(String[] names) throws IOException, AutomationException
setIdentifierFieldNames
in interface ISchematicRecordsetDesign
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 |