com.esri.arcgis.cartoUI
Interface ISQLQueryDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
SQLQueryDialog

public interface ISQLQueryDialog
extends Serializable

Provides access to members that control the SQL Query Dialog.

Superseded By

ISQLQueryDialog2

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(String initialSqlQuery, IFeatureClass pFeatureClass, int hwnd)
          Shows the SQL query dialog.
 String getSQLQuery()
          The SQL query entered in the dialog.
 

Method Detail

getSQLQuery

String getSQLQuery()
                   throws IOException,
                          AutomationException
The SQL query entered in the dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The val
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(String initialSqlQuery,
                IFeatureClass pFeatureClass,
                int hwnd)
                throws IOException,
                       AutomationException
Shows the SQL query dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
initialSqlQuery - The initialSqlQuery (in)
pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
hwnd - The hwnd (A COM typedef) (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.