public interface IStatisticsRequest2 extends IStatisticsRequest, java.io.Serializable
Description: 'Provides access to additional properties describing a request for statistics.' 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 |
IID6580a736_fd1e_4333_b0ff_9fccbfb3f4cd |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe43d2f45_4a4c_4f90_babf_f5084386b48a| Modifier and Type | Method and Description |
|---|---|
boolean |
isDistinct()
Indicates the query should return distinct values.
|
void |
setIsDistinct(boolean isDistinct)
Indicates the query should return distinct values.
|
getGroupByFields, getHavingClause, getOrderByFields, getStatisticDescriptions, setGroupByFields, setHavingClause, setOrderByFields, setStatisticDescriptionsByRefstatic final int IID6580a736_fd1e_4333_b0ff_9fccbfb3f4cd
static final int xxDummy
static final java.lang.String IID
boolean isDistinct()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIsDistinct(boolean isDistinct)
throws java.io.IOException,
AutomationException
isDistinct - The isDistinct (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.