|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IQueryDef
COM Interface 'IQueryDef'. Generated 3/19/2015 1:20:52 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 |
IID97103d51_3a9e_11d1_8816_0000f877762d
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID97103d51_3a9e_11d1_8816_0000f877762d
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||