public interface IQueryFilterDefinition3 extends IQueryFilterDefinition2, 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 |
IIDadfe656b_a187_4cd2_add3_4f067f61d986 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID45096447_06ff_4e5e_a260_9213e009af29
IID90f3c7ca_30d5_454b_ab33_fb869991edfe
Modifier and Type | Method and Description |
---|---|
void |
getPaginationClause(int[] offset,
int[] rowCount)
A clause that controls query pagination.
|
void |
setPaginationClause(int offset,
int rowCount)
A clause that controls query pagination.
|
getPrefixClause, setPrefixClause
getFilterDefs, getPostfixClause, setFilterDefsByRef, setPostfixClause
static final int IIDadfe656b_a187_4cd2_add3_4f067f61d986
static final int xxDummy
static final java.lang.String IID
void getPaginationClause(int[] offset, int[] rowCount) throws java.io.IOException, AutomationException
offset
- The offset (out: use single element array)rowCount
- The rowCount (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPaginationClause(int offset, int rowCount) throws java.io.IOException, AutomationException
offset
- The offset (in)rowCount
- The rowCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.