|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISQLQueryDialog2
Provides access to members that control the SQL Query Dialog.
| Method Summary | |
|---|---|
boolean |
doModal(String initialSqlQuery,
IFeatureClass pFeatureClass,
int hwnd)
Shows the SQL query dialog. |
boolean |
doModalEx(String initialSqlQuery,
IFeatureLayer pLayer,
int hwnd)
Shows the SQL query dialog. |
String |
getSQLQuery()
The SQL query entered in the dialog. |
| Method Detail |
|---|
String getSQLQuery()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean doModal(String initialSqlQuery,
IFeatureClass pFeatureClass,
int hwnd)
throws IOException,
AutomationException
initialSqlQuery - The initialSqlQuery (in)pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)hwnd - The hwnd (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean doModalEx(String initialSqlQuery,
IFeatureLayer pLayer,
int hwnd)
throws IOException,
AutomationException
initialSqlQuery - The initialSqlQuery (in)pLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)hwnd - The hwnd (A COM typedef) (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 | ||||||||