com.esri.arcgis.geodatabaseui
Interface IQueryPropertyPage2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IQueryPropertyPage2Proxy, QueryPropertyPage

public interface IQueryPropertyPage2
extends java.io.Serializable

COM Interface 'IQueryPropertyPage2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that control the Query property page.' 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 IID813c9eec_5d9d_40c8_918c_6725a73eef10
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void freeCursors()
          Clears all internals cursors.
 IQueryFilter getQueryFilter()
          Provide a QueryFilter after form has been executed.
 void setCallbackByRef(ITableDataCallback rhs1)
          The call back routine.
 void setExpression(java.lang.String rhs1)
          Default expression.
 void setExpressionLabel(java.lang.String rhs1)
          The query name (optional).
 void setTableByRef(ITable rhs1)
          The query table.
 

Field Detail

IID813c9eec_5d9d_40c8_918c_6725a73eef10

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

setExpressionLabel

void setExpressionLabel(java.lang.String rhs1)
                        throws java.io.IOException,
                               AutomationException
The query name (optional).

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

setTableByRef

void setTableByRef(ITable rhs1)
                   throws java.io.IOException,
                          AutomationException
The query table. A null value resets this option.

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

setExpression

void setExpression(java.lang.String rhs1)
                   throws java.io.IOException,
                          AutomationException
Default expression.

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

getQueryFilter

IQueryFilter getQueryFilter()
                            throws java.io.IOException,
                                   AutomationException
Provide a QueryFilter after form has been executed.

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

setCallbackByRef

void setCallbackByRef(ITableDataCallback rhs1)
                      throws java.io.IOException,
                             AutomationException
The call back routine.

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

freeCursors

void freeCursors()
                 throws java.io.IOException,
                        AutomationException
Clears all internals cursors.

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