|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.IRelQueryTableNameProxy
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
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.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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
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 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |