public interface ISqlWorkspace2 extends ISqlWorkspace, java.io.Serializable
Description: 'Query layer workspace interface' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDfee0522b_4882_47df_b0e8_894d9f697935 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDeed692f3_04e5_42d8_a232_4aad0085e471
Modifier and Type | Method and Description |
---|---|
IQueryDescription |
getQueryDescription2(java.lang.String query,
boolean discoverSpatialProperties)
Get query properties, optionally including spatial based on the first record of the query.
|
checkDatasetName, getColumns, getQueryDescription, getTables, openQueryClass, openQueryCursor
static final int IIDfee0522b_4882_47df_b0e8_894d9f697935
static final int xxDummy
static final java.lang.String IID
IQueryDescription getQueryDescription2(java.lang.String query, boolean discoverSpatialProperties) throws java.io.IOException, AutomationException
query
- The query (in)discoverSpatialProperties
- The discoverSpatialProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.