public interface IQueryDef2 extends IQueryDef, 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 |
IIDd825c680_72a9_4870_b71c_e3da72a00eee |
static int |
xxDummy
Deprecated.
Internal use only
|
IID97103d51_3a9e_11d1_8816_0000f877762d
Modifier and Type | Method and Description |
---|---|
ICursor |
evaluate2(boolean recycling)
Evaluate the query and return a cursor on the result set.
|
java.lang.String |
getPostfixClause()
A clause that will be appended to the SELECT statement, following the where clause.
|
java.lang.String |
getPrefixClause()
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST.
|
void |
setPostfixClause(java.lang.String clause)
A clause that will be appended to the SELECT statement, following the where clause.
|
void |
setPrefixClause(java.lang.String clause)
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST.
|
evaluate, getSubFields, getTables, getWhereClause, setSubFields, setTables, setWhereClause
static final int IIDd825c680_72a9_4870_b71c_e3da72a00eee
static final int xxDummy
static final java.lang.String IID
java.lang.String getPrefixClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPrefixClause(java.lang.String clause) throws java.io.IOException, AutomationException
clause
- The clause (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPostfixClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPostfixClause(java.lang.String clause) throws java.io.IOException, AutomationException
clause
- The clause (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICursor evaluate2(boolean recycling) throws java.io.IOException, AutomationException
recycling
- The recycling (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.