com.esri.arcgis.cartoUI
Interface ISQLQueryDialog2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISQLQueryDialog2Proxy, SQLQueryDialog

public interface ISQLQueryDialog2
extends java.io.Serializable

COM Interface 'ISQLQueryDialog2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members that control the SQL Query Dialog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd21925a7_1b01_4143_85ce_4700d643f6fa
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(java.lang.String initialSqlQuery, IFeatureClass pFeatureClass, int hwnd)
          Shows the SQL query dialog.
 boolean doModalEx(java.lang.String initialSqlQuery, IFeatureLayer pLayer, int hwnd)
          Shows the SQL query dialog.
 java.lang.String getSQLQuery()
          The SQL query entered in the dialog.
 

Field Detail

IIDd21925a7_1b01_4143_85ce_4700d643f6fa

static final int IIDd21925a7_1b01_4143_85ce_4700d643f6fa
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSQLQuery

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

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

doModal

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalEx

boolean doModalEx(java.lang.String initialSqlQuery,
                  IFeatureLayer pLayer,
                  int hwnd)
                  throws java.io.IOException,
                         AutomationException
Shows the SQL query dialog.

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