|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IQueryFilterDefinition2
Provides access to query filter definition properties.
| Method Summary | |
|---|---|
String |
getPrefixClause()
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. |
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.IQueryFilterDefinition |
|---|
getFilterDefs, getPostfixClause, setFilterDefsByRef, setPostfixClause |
| 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||