com.esri.arcgis.geodatabaseui
Interface IQueryPropertyPage

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

public interface IQueryPropertyPage
extends java.io.Serializable

COM Interface 'IQueryPropertyPage'. 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 IIDc315fc73_705a_11d2_a07e_0000f8775bf9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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

IIDc315fc73_705a_11d2_a07e_0000f8775bf9

static final int IIDc315fc73_705a_11d2_a07e_0000f8775bf9
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.