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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID64485e14_dcca_4747_8046_ee7d82a01928
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IRelQueryTableNameProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRelQueryTableNameProxy()
public IRelQueryTableNameProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRelQueryTableNameProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRelQueryTableNameProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setRelationshipClassNameByRef(IName relClassName) throws java.io.IOException, AutomationException
setRelationshipClassNameByRef
in interface IRelQueryTableName
relClassName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IName getRelationshipClassName() throws java.io.IOException, AutomationException
getRelationshipClassName
in interface IRelQueryTableName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setForwardDirection(boolean forward) throws java.io.IOException, AutomationException
setForwardDirection
in interface IRelQueryTableName
forward
- The forward (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isForwardDirection() throws java.io.IOException, AutomationException
isForwardDirection
in interface IRelQueryTableName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSrcQueryFilterByRef(IQueryFilter queryFilter) throws java.io.IOException, AutomationException
setSrcQueryFilterByRef
in interface IRelQueryTableName
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getSrcQueryFilter() throws java.io.IOException, AutomationException
getSrcQueryFilter
in interface IRelQueryTableName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSrcSelectionSetByRef(ISelectionSet selectionSet) throws java.io.IOException, AutomationException
setSrcSelectionSetByRef
in interface IRelQueryTableName
selectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getSrcSelectionSet() throws java.io.IOException, AutomationException
getSrcSelectionSet
in interface IRelQueryTableName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTargetColumns(java.lang.String targetColumns) throws java.io.IOException, AutomationException
setTargetColumns
in interface IRelQueryTableName
targetColumns
- The targetColumns (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTargetColumns() throws java.io.IOException, AutomationException
getTargetColumns
in interface IRelQueryTableName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDoNotPushJoinToDB(boolean doNotPushJoinToDB) throws java.io.IOException, AutomationException
setDoNotPushJoinToDB
in interface IRelQueryTableName
doNotPushJoinToDB
- The doNotPushJoinToDB (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isDoNotPushJoinToDB() throws java.io.IOException, AutomationException
isDoNotPushJoinToDB
in interface IRelQueryTableName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLeftOuterJoin(boolean leftOuterJoin) throws java.io.IOException, AutomationException
setLeftOuterJoin
in interface IRelQueryTableName
leftOuterJoin
- The leftOuterJoin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isLeftOuterJoin() throws java.io.IOException, AutomationException
isLeftOuterJoin
in interface IRelQueryTableName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.