|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IQueryFilterDefinition interface is used to define the set of FilterDef objects that are applied to the query. This set of objects is represented by the FilterDefs property. The other property on this interface PostfixClause is a string property that allows for addition text to be appended to the SQL generated by a query filter.
| Method Summary | |
IFilterDefs |
getFilterDefs()
The filter definitions specified for this query filter. |
java.lang.String |
getPostfixClause()
A clause that will be appended to the end of the where clause. |
void |
setFilterDefsByRef(IFilterDefs filters)
The filter definitions specified for this query filter. |
void |
setPostfixClause(java.lang.String clause)
A clause that will be appended to the end of the where clause. |
| Method Detail |
public java.lang.String getPostfixClause()
throws java.io.IOException,
AutomationException
The PostfixClause property allows for a postfix clause to be added to a query filter. The PostfixClause property is a string property. It can be used to specify a GROUP BY or ORDER BY clause for the query. Historically, these clauses have not been supported due to issues with placement in the SQL generated for spatial and/or versioned queries. This property ensures proper placement of the clause in the SQL generated by the system.
Please note, file geodatabase do not support the PostFixClause property, any specifications within the PostFixClause will be ignored.
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public IFilterDefs getFilterDefs()
throws java.io.IOException,
AutomationException
The FilterDefs property contains the set of FilterDefs objects that will be applied to the query.
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilterDefsByRef(IFilterDefs filters)
throws java.io.IOException,
AutomationException
filters - A reference to a com.esri.arcgis.geodatabase.IFilterDefs (in)
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 | |||||||||