public interface IQueryFilterDefinition
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID90f3c7ca_30d5_454b_ab33_fb869991edfe |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID90f3c7ca_30d5_454b_ab33_fb869991edfe
static final int xxDummy
static final java.lang.String IID
java.lang.String getPostfixClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPostfixClause(java.lang.String clause) throws java.io.IOException, AutomationException
clause
- The clause (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFilterDefs getFilterDefs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFilterDefsByRef(IFilterDefs filters) throws java.io.IOException, AutomationException
filters
- A reference to a com.esri.arcgis.geodatabase.IFilterDefs (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.