com.esri.arcgis.geodatabase
Interface IQueryFilterDefinition

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IQueryFilterDefinition2, IQueryFilterDefinition3
All Known Implementing Classes:
ImageQueryFilter, IQueryFilterDefinition2Proxy, IQueryFilterDefinition3Proxy, IQueryFilterDefinitionProxy, QueryFilter, SpatialFilter, TemporalQueryFilter, TimeQueryFilter

public interface IQueryFilterDefinition
extends java.io.Serializable

COM Interface 'IQueryFilterDefinition'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to query filter definition properties.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID90f3c7ca_30d5_454b_ab33_fb869991edfe
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFilterDefs getFilterDefs()
          The filter definitions specified for this query filter.
 java.lang.String getPostfixClause()
          A clause that will be appended to the SELECT statement, following the where clause.
 void setFilterDefsByRef(IFilterDefs filters)
          The filter definitions specified for this query filter.
 void setPostfixClause(java.lang.String clause)
          A clause that will be appended to the SELECT statement, following the where clause.
 

Field Detail

IID90f3c7ca_30d5_454b_ab33_fb869991edfe

static final int IID90f3c7ca_30d5_454b_ab33_fb869991edfe
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPostfixClause

java.lang.String getPostfixClause()
                                  throws java.io.IOException,
                                         AutomationException
A clause that will be appended to the SELECT statement, following the where clause. Most commonly used for clauses like ORDER BY.

Returns:
The clause
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPostfixClause

void setPostfixClause(java.lang.String clause)
                      throws java.io.IOException,
                             AutomationException
A clause that will be appended to the SELECT statement, following the where clause. Most commonly used for clauses like ORDER BY.

Parameters:
clause - The clause (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilterDefs

IFilterDefs getFilterDefs()
                          throws java.io.IOException,
                                 AutomationException
The filter definitions specified for this query filter.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFilterDefs
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilterDefsByRef

void setFilterDefsByRef(IFilterDefs filters)
                        throws java.io.IOException,
                               AutomationException
The filter definitions specified for this query filter.

Parameters:
filters - A reference to a com.esri.arcgis.geodatabase.IFilterDefs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.