com.esri.arcgis.geodatabase
Interface IQueryTableName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IQueryTableNameProxy, QueryTableName

public interface IQueryTableName
extends java.io.Serializable

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

Description: 'Provide access to associated query description object.' 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 IIDef234c65_4fc8_473f_8ca1_94b3dbc39b5b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getQuery()
          Query string
 IQueryDescription getQueryDescription()
          QueryDescription object
 void setQuery(java.lang.String pQuery)
          Query string
 void setQueryDescription(IQueryDescription ppQueryDescription)
          QueryDescription object
 

Field Detail

IIDef234c65_4fc8_473f_8ca1_94b3dbc39b5b

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

setQueryDescription

void setQueryDescription(IQueryDescription ppQueryDescription)
                         throws java.io.IOException,
                                AutomationException
QueryDescription object

Parameters:
ppQueryDescription - A reference to a com.esri.arcgis.geodatabase.IQueryDescription (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryDescription

IQueryDescription getQueryDescription()
                                      throws java.io.IOException,
                                             AutomationException
QueryDescription object

Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQuery

void setQuery(java.lang.String pQuery)
              throws java.io.IOException,
                     AutomationException
Query string

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

getQuery

java.lang.String getQuery()
                          throws java.io.IOException,
                                 AutomationException
Query string

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