public interface IQueryName2 extends IQueryName, java.io.Serializable
Description: 'Provides access to the associated query definition.' 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 |
IIDc1e0f902_0857_434e_84db_351b6747f155 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc833c1f6_90b8_11d3_9f7b_00c04f6bc886
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrimaryKey()
The primary key field names.
|
boolean |
isCopyLocally()
Indicates if the data must be copied locally.
|
void |
setCopyLocally(boolean copyLocally)
Indicates if the data must be copied locally.
|
void |
setPrimaryKey(java.lang.String fieldNames)
The primary key field names.
|
getQueryDef, setQueryDef
static final int IIDc1e0f902_0857_434e_84db_351b6747f155
static final int xxDummy
static final java.lang.String IID
void setCopyLocally(boolean copyLocally) throws java.io.IOException, AutomationException
copyLocally
- The copyLocally (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCopyLocally() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPrimaryKey(java.lang.String fieldNames) throws java.io.IOException, AutomationException
fieldNames
- The fieldNames (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPrimaryKey() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.