|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryPropertyPage
Provides access to members that control the Query property page.
This interface is used to show a Property Page in which to build a query. The page is similar to the content of the query builder found in the Definition Query tab of the layer's properties in ArcMap.
Method Summary | |
---|---|
IQueryFilter |
getQueryFilter()
Provide a QueryFilter after form has been executed. |
void |
setCallbackByRef(ITableDataCallback rhs1)
The call back routine. |
void |
setExpression(String rhs1)
Default expression. |
void |
setExpressionLabel(String rhs1)
The query name (optional). |
void |
setTableByRef(ITable rhs1)
The query table. |
Method Detail |
---|
void setExpressionLabel(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableByRef(ITable rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpression(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IQueryFilter getQueryFilter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCallbackByRef(ITableDataCallback rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabaseui.ITableDataCallback (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 |