|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IQueryDef2
Provides access to members that control attribute based queries.
| Method Summary | |
|---|---|
ICursor |
evaluate2(boolean recycling)
Evaluate the query and return a cursor on the result set. |
String |
getPostfixClause()
A clause that will be appended to the SELECT statement, following the where clause. |
String |
getPrefixClause()
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. |
void |
setPostfixClause(String clause)
A clause that will be appended to the SELECT statement, following the where clause. |
void |
setPrefixClause(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 |
| Method Detail |
|---|
String getPrefixClause()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPrefixClause(String clause)
throws IOException,
AutomationException
clause - The clause (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPostfixClause()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPostfixClause(String clause)
throws IOException,
AutomationException
clause - The clause (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICursor evaluate2(boolean recycling)
throws IOException,
AutomationException
recycling - The recycling (in)
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 | ||||||||