public interface IStatisticsRequest
extends java.io.Serializable
Description: 'Provides access to 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 |
IIDe43d2f45_4a4c_4f90_babf_f5084386b48a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupByFields()
Comma-separated list of GROUP BY fields.
|
java.lang.String |
getHavingClause()
HAVING clause (minus the keyword itself).
|
java.lang.String |
getOrderByFields()
Comma-separated list of ORDER BY fields (with ASC or DESC specifiers).
|
IStatisticDescriptions |
getStatisticDescriptions()
The array of descriptions for individual statistics.
|
void |
setGroupByFields(java.lang.String groupByFields)
Comma-separated list of GROUP BY fields.
|
void |
setHavingClause(java.lang.String havingClause)
HAVING clause (minus the keyword itself).
|
void |
setOrderByFields(java.lang.String orderByFields)
Comma-separated list of ORDER BY fields (with ASC or DESC specifiers).
|
void |
setStatisticDescriptionsByRef(IStatisticDescriptions ppStats)
The array of descriptions for individual statistics.
|
static final int IIDe43d2f45_4a4c_4f90_babf_f5084386b48a
static final int xxDummy
static final java.lang.String IID
IStatisticDescriptions getStatisticDescriptions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStatisticDescriptionsByRef(IStatisticDescriptions ppStats) throws java.io.IOException, AutomationException
ppStats
- A reference to a com.esri.arcgis.geodatabase.IStatisticDescriptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOrderByFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOrderByFields(java.lang.String orderByFields) throws java.io.IOException, AutomationException
orderByFields
- The orderByFields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGroupByFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGroupByFields(java.lang.String groupByFields) throws java.io.IOException, AutomationException
groupByFields
- The groupByFields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getHavingClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHavingClause(java.lang.String havingClause) throws java.io.IOException, AutomationException
havingClause
- The havingClause (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.