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 IRelQueryTableName2Proxy extends com.esri.arcgis.interop.Dispatch implements IRelQueryTableName2, 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, IID7042b894_fb07_4bc4_917d_15e282ba1b27
Modifier | Constructor and Description |
---|---|
|
IRelQueryTableName2Proxy()
Deprecated.
For internal use only
|
|
IRelQueryTableName2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IRelQueryTableName2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRelQueryTableName2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRelQueryTableName2Proxy(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 |
isFireRowChangedEvents()
Deprecated.
Indicates if Fire row changed events.
|
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 |
setFireRowChangedEvents(boolean fireRowEvents)
Deprecated.
Indicates if Fire row changed events.
|
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 IRelQueryTableName2Proxy(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 IRelQueryTableName2Proxy()
public IRelQueryTableName2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRelQueryTableName2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRelQueryTableName2Proxy(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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
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 IRelQueryTableName2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isFireRowChangedEvents() throws java.io.IOException, AutomationException
isFireRowChangedEvents
in interface IRelQueryTableName2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFireRowChangedEvents(boolean fireRowEvents) throws java.io.IOException, AutomationException
setFireRowChangedEvents
in interface IRelQueryTableName2
fireRowEvents
- The fireRowEvents (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.