com.esri.arcgis.geodatabase
Class IQueryFilterDefinition2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IQueryFilterDefinitionProxy
          extended by com.esri.arcgis.geodatabase.IQueryFilterDefinition2Proxy
All Implemented Interfaces:
IQueryFilterDefinition, IQueryFilterDefinition2, Externalizable, Serializable

public class IQueryFilterDefinition2Proxy
extends IQueryFilterDefinitionProxy
implements IQueryFilterDefinition2, Serializable

Provides access to query filter definition properties.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IQueryFilterDefinition2Proxy()
           
  IQueryFilterDefinition2Proxy(Object obj)
           
protected IQueryFilterDefinition2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getPrefixClause()
          A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST.
 void removeListener(String iidStr, Object theListener)
           
 void setPrefixClause(String clause)
          A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST.
 
Methods inherited from class com.esri.arcgis.geodatabase.IQueryFilterDefinitionProxy
getFilterDefs, getPostfixClause, setFilterDefsByRef, setPostfixClause
 
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
 
Methods inherited from interface com.esri.arcgis.geodatabase.IQueryFilterDefinition
getFilterDefs, getPostfixClause, setFilterDefsByRef, setPostfixClause
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IQueryFilterDefinition2Proxy

public IQueryFilterDefinition2Proxy()

IQueryFilterDefinition2Proxy

public IQueryFilterDefinition2Proxy(Object obj)
                             throws IOException
Throws:
IOException

IQueryFilterDefinition2Proxy

protected IQueryFilterDefinition2Proxy(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 IQueryFilterDefinitionProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IQueryFilterDefinitionProxy
Throws:
IOException

getPrefixClause

public String getPrefixClause()
                       throws IOException,
                              AutomationException
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. Most commonly used for clauses like DISTINCT or ALL.

Product Availability

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

Specified by:
getPrefixClause in interface IQueryFilterDefinition2
Returns:
The clause
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrefixClause

public void setPrefixClause(String clause)
                     throws IOException,
                            AutomationException
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. Most commonly used for clauses like DISTINCT or ALL.

Product Availability

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

Specified by:
setPrefixClause in interface IQueryFilterDefinition2
Parameters:
clause - The clause (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.