|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryPropertyPage2
Provides access to members that control the Query property page.
Method Summary | |
---|---|
void |
freeCursors()
Clears all internals cursors. |
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.void freeCursors() throws IOException, AutomationException
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 |