public interface IQueryStatistics
extends java.io.Serializable
Description: 'Provides access to members that request summary statistics from a table.' 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 |
IID149af873_260c_4771_aa79_498cbd142ac1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSupportsStatistics()
Whether the table supports summary statistics.
|
IRecordSet |
queryStatistics(IStatisticsRequest pRequest,
IQueryFilter pQueryFilter)
Queries summary statistics from the table.
|
static final int IID149af873_260c_4771_aa79_498cbd142ac1
static final int xxDummy
static final java.lang.String IID
boolean isSupportsStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRecordSet queryStatistics(IStatisticsRequest pRequest, IQueryFilter pQueryFilter) throws java.io.IOException, AutomationException
pRequest
- A reference to a com.esri.arcgis.geodatabase.IStatisticsRequest (in)pQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.