com.esri.arcgis.schematic
Class INgRecordsetDesignProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.INgRecordsetDesignProxy
All Implemented Interfaces:
INgRecordsetDesign, Externalizable, Serializable

public class INgRecordsetDesignProxy
extends com.esri.arcgis.interop.Dispatch
implements INgRecordsetDesign, Serializable

Provides access to members that control the design of a recordset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
INgRecordset, Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  INgRecordsetDesignProxy()
           
  INgRecordsetDesignProxy(Object obj)
           
protected INgRecordsetDesignProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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.
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void writeExternal(ObjectOutput out)
           
 
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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

INgRecordsetDesignProxy

public INgRecordsetDesignProxy()

INgRecordsetDesignProxy

public INgRecordsetDesignProxy(Object obj)
                        throws IOException
Throws:
IOException

INgRecordsetDesignProxy

protected INgRecordsetDesignProxy(Object obj,
                                  String iid)
                           throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getFieldNames

public INgNames getFieldNames()
                       throws IOException,
                              AutomationException
List of the field names contained in the recordset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getFieldNames in interface INgRecordsetDesign
Returns:
A reference to a com.esri.arcgis.schematic.INgNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
com.esri.arcgis.schematic.INgRecordSetDesign#getFieldTypes()

getFieldTypes

public INgValues getFieldTypes()
                        throws IOException,
                               AutomationException
List of the field types contained in the recordset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getFieldTypes in interface INgRecordsetDesign
Returns:
A reference to a com.esri.arcgis.schematic.INgValues
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
com.esri.arcgis.schematic.INgRecordSetDesign#getFieldNames()

getQueryString

public String getQueryString()
                      throws IOException,
                             AutomationException
Complete query string that defines the recordset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getQueryString in interface INgRecordsetDesign
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
com.esri.arcgis.schematic.INgRecordSetDesign#getQuerySourceString()

getQuerySourceString

public String getQuerySourceString()
                            throws IOException,
                                   AutomationException
Query string that defines the recordset without the query parameters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getQuerySourceString in interface INgRecordsetDesign
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
com.esri.arcgis.schematic.INgRecordSetDesign#getQueryString()

alter

public void alter(String queryString,
                  INgParameters parameters)
           throws IOException,
                  AutomationException
Changes the recorset with the specified query string and the specified parameters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
alter in interface INgRecordsetDesign
Parameters:
queryString - The queryString (in)
parameters - A reference to a com.esri.arcgis.schematic.INgParameters (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException
ClassNotFoundException