com.esri.arcgis.geodatabase
Class IRelQueryTableNameProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRelQueryTableNameProxy
All Implemented Interfaces:
IRelQueryTableName, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IRelQueryTableName'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that define a relationship query table name.' 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 =

public class IRelQueryTableNameProxy
extends com.esri.arcgis.interop.Dispatch
implements IRelQueryTableName, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRelQueryTableName
IID, IID64485e14_dcca_4747_8046_ee7d82a01928
 
Constructor Summary
  IRelQueryTableNameProxy()
          Deprecated. For internal use only
  IRelQueryTableNameProxy(java.lang.Object obj)
          Deprecated.  
protected IRelQueryTableNameProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRelQueryTableNameProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRelQueryTableNameProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IName getRelationshipClassName()
          Deprecated. The name object for the RelationshipClass that defines the RelQueryTable.
 IQueryFilter getSrcQueryFilter()
          Deprecated. A QueryFilter applied to a cursor opened from the RelQueryTable.
 ISelectionSet getSrcSelectionSet()
          Deprecated. A SelectionSet applied to a cursor opened from the RelQueryTable.
 java.lang.String getTargetColumns()
          Deprecated. The destination dataset columns available in a cursor opened from the RelTableTable.
 boolean isDoNotPushJoinToDB()
          Deprecated. Indicates if the join is processed on the client.
 boolean isForwardDirection()
          Deprecated. Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.
 boolean isLeftOuterJoin()
          Deprecated. Indicates if the type of join will be a left outer join.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDoNotPushJoinToDB(boolean doNotPushJoinToDB)
          Deprecated. Indicates if the join is processed on the client.
 void setForwardDirection(boolean forward)
          Deprecated. Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.
 void setLeftOuterJoin(boolean leftOuterJoin)
          Deprecated. Indicates if the type of join will be a left outer join.
 void setRelationshipClassNameByRef(IName relClassName)
          Deprecated. The name object for the RelationshipClass that defines the RelQueryTable.
 void setSrcQueryFilterByRef(IQueryFilter queryFilter)
          Deprecated. A QueryFilter applied to a cursor opened from the RelQueryTable.
 void setSrcSelectionSetByRef(ISelectionSet selectionSet)
          Deprecated. A SelectionSet applied to a cursor opened from the RelQueryTable.
 void setTargetColumns(java.lang.String targetColumns)
          Deprecated. The destination dataset columns available in a cursor opened from the RelTableTable.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRelQueryTableNameProxy

public IRelQueryTableNameProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRelQueryTableNameProxy

public IRelQueryTableNameProxy()
Deprecated. 
For internal use only


IRelQueryTableNameProxy

public IRelQueryTableNameProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRelQueryTableNameProxy

protected IRelQueryTableNameProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRelQueryTableNameProxy

protected IRelQueryTableNameProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setRelationshipClassNameByRef

public void setRelationshipClassNameByRef(IName relClassName)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The name object for the RelationshipClass that defines the RelQueryTable.

Specified by:
setRelationshipClassNameByRef in interface IRelQueryTableName
Parameters:
relClassName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipClassName

public IName getRelationshipClassName()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The name object for the RelationshipClass that defines the RelQueryTable.

Specified by:
getRelationshipClassName in interface IRelQueryTableName
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setForwardDirection

public void setForwardDirection(boolean forward)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.

Specified by:
setForwardDirection in interface IRelQueryTableName
Parameters:
forward - The forward (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isForwardDirection

public boolean isForwardDirection()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.

Specified by:
isForwardDirection in interface IRelQueryTableName
Returns:
The forward
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSrcQueryFilterByRef

public void setSrcQueryFilterByRef(IQueryFilter queryFilter)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
A QueryFilter applied to a cursor opened from the RelQueryTable.

Specified by:
setSrcQueryFilterByRef in interface IRelQueryTableName
Parameters:
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSrcQueryFilter

public IQueryFilter getSrcQueryFilter()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
A QueryFilter applied to a cursor opened from the RelQueryTable.

Specified by:
getSrcQueryFilter in interface IRelQueryTableName
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.

setSrcSelectionSetByRef

public void setSrcSelectionSetByRef(ISelectionSet selectionSet)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
A SelectionSet applied to a cursor opened from the RelQueryTable.

Specified by:
setSrcSelectionSetByRef in interface IRelQueryTableName
Parameters:
selectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSrcSelectionSet

public ISelectionSet getSrcSelectionSet()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
A SelectionSet applied to a cursor opened from the RelQueryTable.

Specified by:
getSrcSelectionSet in interface IRelQueryTableName
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetColumns

public void setTargetColumns(java.lang.String targetColumns)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The destination dataset columns available in a cursor opened from the RelTableTable.

Specified by:
setTargetColumns in interface IRelQueryTableName
Parameters:
targetColumns - The targetColumns (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTargetColumns

public java.lang.String getTargetColumns()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The destination dataset columns available in a cursor opened from the RelTableTable.

Specified by:
getTargetColumns in interface IRelQueryTableName
Returns:
The targetColumns
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDoNotPushJoinToDB

public void setDoNotPushJoinToDB(boolean doNotPushJoinToDB)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the join is processed on the client.

Specified by:
setDoNotPushJoinToDB in interface IRelQueryTableName
Parameters:
doNotPushJoinToDB - The doNotPushJoinToDB (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDoNotPushJoinToDB

public boolean isDoNotPushJoinToDB()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the join is processed on the client.

Specified by:
isDoNotPushJoinToDB in interface IRelQueryTableName
Returns:
The doNotPushJoinToDB
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeftOuterJoin

public void setLeftOuterJoin(boolean leftOuterJoin)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the type of join will be a left outer join.

Specified by:
setLeftOuterJoin in interface IRelQueryTableName
Parameters:
leftOuterJoin - The leftOuterJoin (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLeftOuterJoin

public boolean isLeftOuterJoin()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the type of join will be a left outer join.

Specified by:
isLeftOuterJoin in interface IRelQueryTableName
Returns:
The leftOuterJoin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.