|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IRelQueryTableName2Proxy
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
Internal use class
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.IRelQueryTableName2 |
---|
IID, IID7042b894_fb07_4bc4_917d_15e282ba1b27 |
Constructor Summary | |
---|---|
|
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. |
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 |
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. |
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. |
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |