com.esri.arcgis.geodatabase
Interface IQueryDef2

All Superinterfaces:
IQueryDef, java.io.Serializable
All Known Implementing Classes:
IQueryDef2Proxy

public interface IQueryDef2
extends IQueryDef, java.io.Serializable

COM Interface 'IQueryDef2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd825c680_72a9_4870_b71c_e3da72a00eee
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IQueryDef
IID97103d51_3a9e_11d1_8816_0000f877762d
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IQueryDef
evaluate, getSubFields, getTables, getWhereClause, setSubFields, setTables, setWhereClause
 

Field Detail

IIDd825c680_72a9_4870_b71c_e3da72a00eee

static final int IIDd825c680_72a9_4870_b71c_e3da72a00eee
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPrefixClause

java.lang.String getPrefixClause()
                                 throws java.io.IOException,
                                        AutomationException
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. Most commonly used for clauses like DISTINCT or ALL.

Returns:
The clause
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrefixClause

void setPrefixClause(java.lang.String clause)
                     throws java.io.IOException,
                            AutomationException
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. Most commonly used for clauses like DISTINCT or ALL.

Parameters:
clause - The clause (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPostfixClause

java.lang.String getPostfixClause()
                                  throws java.io.IOException,
                                         AutomationException
A clause that will be appended to the SELECT statement, following the where clause. Most commonly used for clauses like ORDER BY.

Returns:
The clause
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPostfixClause

void setPostfixClause(java.lang.String clause)
                      throws java.io.IOException,
                             AutomationException
A clause that will be appended to the SELECT statement, following the where clause. Most commonly used for clauses like ORDER BY.

Parameters:
clause - The clause (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

evaluate2

ICursor evaluate2(boolean recycling)
                  throws java.io.IOException,
                         AutomationException
Evaluate the query and return a cursor on the result set.

Parameters:
recycling - The recycling (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.