public interface IQueryDef
extends java.io.Serializable
Description: 'Provides access to members that control attribute based queries.' 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 |
IID97103d51_3a9e_11d1_8816_0000f877762d |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
ICursor |
evaluate()
Evaluate the query and return a cursor on the result set.
|
java.lang.String |
getSubFields()
The comma delimited list of field names for the query.
|
java.lang.String |
getTables()
The comma delimited list of table names for the query.
|
java.lang.String |
getWhereClause()
The where clause for the query.
|
void |
setSubFields(java.lang.String subFields)
The comma delimited list of field names for the query.
|
void |
setTables(java.lang.String tables)
The comma delimited list of table names for the query.
|
void |
setWhereClause(java.lang.String whereClause)
The where clause for the query.
|
static final int IID97103d51_3a9e_11d1_8816_0000f877762d
static final int xxDummy
static final java.lang.String IID
java.lang.String getTables()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTables(java.lang.String tables)
throws java.io.IOException,
AutomationException
tables - The tables (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getSubFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSubFields(java.lang.String subFields)
throws java.io.IOException,
AutomationException
subFields - The subFields (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getWhereClause()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setWhereClause(java.lang.String whereClause)
throws java.io.IOException,
AutomationException
whereClause - The whereClause (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ICursor evaluate() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.