com.esri.arcgis.geodatabase
Interface IQueryName2

All Superinterfaces:
IQueryName, java.io.Serializable
All Known Implementing Classes:
FeatureQueryName, IQueryName2Proxy, TableQueryName

public interface IQueryName2
extends IQueryName, java.io.Serializable

COM Interface 'IQueryName2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc1e0f902_0857_434e_84db_351b6747f155
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IQueryName
IIDc833c1f6_90b8_11d3_9f7b_00c04f6bc886
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IQueryName
getQueryDef, setQueryDef
 

Field Detail

IIDc1e0f902_0857_434e_84db_351b6747f155

static final int IIDc1e0f902_0857_434e_84db_351b6747f155
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

setCopyLocally

void setCopyLocally(boolean copyLocally)
                    throws java.io.IOException,
                           AutomationException
Indicates if the data must be copied locally.

Parameters:
copyLocally - The copyLocally (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCopyLocally

boolean isCopyLocally()
                      throws java.io.IOException,
                             AutomationException
Indicates if the data must be copied locally.

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

setPrimaryKey

void setPrimaryKey(java.lang.String fieldNames)
                   throws java.io.IOException,
                          AutomationException
The primary key field names.

Parameters:
fieldNames - The fieldNames (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrimaryKey

java.lang.String getPrimaryKey()
                               throws java.io.IOException,
                                      AutomationException
The primary key field names.

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