|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLQueryDialog
COM Interface 'ISQLQueryDialog'. Generated 3/19/2015 1:21:01 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 |
IID6c609945_cac4_454c_87b1_9a27a40aedd0
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
doModal(java.lang.String initialSqlQuery,
IFeatureClass pFeatureClass,
int hwnd)
Shows the SQL query dialog. |
java.lang.String |
getSQLQuery()
The SQL query entered in the dialog. |
Field Detail |
---|
static final int IID6c609945_cac4_454c_87b1_9a27a40aedd0
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getSQLQuery() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(java.lang.String initialSqlQuery, IFeatureClass pFeatureClass, int hwnd) throws java.io.IOException, AutomationException
initialSqlQuery
- The initialSqlQuery (in)pFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)hwnd
- The hwnd (A COM typedef) (in)
java.io.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 |