com.esri.arcgis.geodatabase
Interface IQueryFilterDefinition2

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

public interface IQueryFilterDefinition2
extends IQueryFilterDefinition, java.io.Serializable

COM Interface 'IQueryFilterDefinition2'. 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 IID45096447_06ff_4e5e_a260_9213e009af29
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IQueryFilterDefinition
IID90f3c7ca_30d5_454b_ab33_fb869991edfe
 
Method Summary
 java.lang.String getPrefixClause()
          A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST.
 void setPrefixClause(java.lang.String clause)
          A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IQueryFilterDefinition
getFilterDefs, getPostfixClause, setFilterDefsByRef, setPostfixClause
 

Field Detail

IID45096447_06ff_4e5e_a260_9213e009af29

static final int IID45096447_06ff_4e5e_a260_9213e009af29
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

getPrefixClause

java.lang.String getPrefixClause()
                                 throws java.io.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.

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

setPrefixClause

void setPrefixClause(java.lang.String clause)
                     throws java.io.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.

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