com.moesol.bindings.microsoft.dao
Class _Relation.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.microsoft.dao._DAO.Jni
              extended by com.moesol.bindings.microsoft.dao._Relation.Jni
All Implemented Interfaces:
_DAO, _Relation, IDispatch, IUnknown
Direct Known Subclasses:
Relation
Enclosing interface:
_Relation

public static class _Relation.Jni
extends _DAO.Jni
implements _Relation

Implementation, Java to COM.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.microsoft.dao._Relation
_Relation.Disp, _Relation.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao._Relation
IID, TYPELIB
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
protected _Relation.Jni()
           
 
Method Summary
 Field CreateField()
          [optional=3]
 Field CreateField(Object p0)
          [optional=2]
 Field CreateField(Object p0, Object p1)
          [optional=1]
 Field CreateField(Object p0, Object p1, Object p2)
          IDL: [ helpstring("") ]
 int getAttributes()
          IDL: [ helpstring("") ]
 Fields getFields()
          IDL: [ helpstring("") ]
 String getForeignTable()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 boolean getPartialReplica()
          IDL: [ helpstring("") ]
 String getTable()
          IDL: [ helpstring("") ]
protected  void internalOnSetInterface()
          Template method to setup apartment thread checking.
 void setAttributes(int p0)
          IDL: [ helpstring("") ]
 void setForeignTable(String p0)
          IDL: [ helpstring("") ]
 void setName(String p0)
          IDL: [ helpstring("") ]
 void setPartialReplica(boolean p0)
          IDL: [ helpstring("") ]
 void setTable(String p0)
          IDL: [ helpstring("") ]
 
Methods inherited from class com.moesol.bindings.microsoft.dao._DAO.Jni
getProperties
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO
getProperties
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Constructor Detail

_Relation.Jni

protected _Relation.Jni()
Method Detail

internalOnSetInterface

protected void internalOnSetInterface()
Description copied from class: IUnknown.Jni
Template method to setup apartment thread checking. Call: MoeSolInternal.recordApartment(this) to setup apartment thread checking.

Overrides:
internalOnSetInterface in class _DAO.Jni

getName

public String getName()
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
getName in interface _Relation
Returns:
IDL: [out] [retval] BSTR*

setName

public void setName(String p0)
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
setName in interface _Relation
Parameters:
p0 - IDL: [in] BSTR

getTable

public String getTable()
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
getTable in interface _Relation
Returns:
IDL: [out] [retval] BSTR*

setTable

public void setTable(String p0)
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
setTable in interface _Relation
Parameters:
p0 - IDL: [in] BSTR

getForeignTable

public String getForeignTable()
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
getForeignTable in interface _Relation
Returns:
IDL: [out] [retval] BSTR*

setForeignTable

public void setForeignTable(String p0)
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
setForeignTable in interface _Relation
Parameters:
p0 - IDL: [in] BSTR

getAttributes

public int getAttributes()
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
getAttributes in interface _Relation
Returns:
IDL: [out] [retval] LONG*

setAttributes

public void setAttributes(int p0)
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
setAttributes in interface _Relation
Parameters:
p0 - IDL: [in] LONG

getFields

public Fields getFields()
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
getFields in interface _Relation
Returns:
IDL: [out] [retval] Fields**

CreateField

public Field CreateField(Object p0,
                         Object p1,
                         Object p2)
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
CreateField in interface _Relation
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Field**

CreateField

public Field CreateField(Object p0,
                         Object p1)
[optional=1]

Specified by:
CreateField in interface _Relation

CreateField

public Field CreateField(Object p0)
[optional=2]

Specified by:
CreateField in interface _Relation

CreateField

public Field CreateField()
[optional=3]

Specified by:
CreateField in interface _Relation

getPartialReplica

public boolean getPartialReplica()
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
getPartialReplica in interface _Relation
Returns:
IDL: [out] [retval] VARIANT_BOOL*

setPartialReplica

public void setPartialReplica(boolean p0)
Description copied from interface: _Relation
IDL: [ helpstring("") ]

Specified by:
setPartialReplica in interface _Relation
Parameters:
p0 - IDL: [in] VARIANT_BOOL


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.