com.moesol.bindings.microsoft.dao
Interface _Relation

All Superinterfaces:
_DAO, IDispatch, IUnknown
All Known Implementing Classes:
_Relation.Jni, Relation, Relation.Jni

public interface _Relation
extends _DAO

IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface


Nested Class Summary
static class _Relation.Disp
          Implementation, COM to Java.
static class _Relation.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000089-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Method Summary
 Field CreateField()
          [optional=3]
 Field CreateField(Object Name)
          [optional=2]
 Field CreateField(Object Name, Object Type)
          [optional=1]
 Field CreateField(Object Name, Object Type, Object Size)
          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("") ]
 void setAttributes(int pl)
          IDL: [ helpstring("") ]
 void setForeignTable(String pbstr)
          IDL: [ helpstring("") ]
 void setName(String pbstr)
          IDL: [ helpstring("") ]
 void setPartialReplica(boolean pfPartialReplica)
          IDL: [ helpstring("") ]
 void setTable(String pbstr)
          IDL: [ helpstring("") ]
 
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
 

Field Detail

TYPELIB

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(00000089-0000-0010-8000-00AA006D2EA4)]

Method Detail

getName

String getName()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

setName

void setName(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

getTable

String getTable()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

setTable

void setTable(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

getForeignTable

String getForeignTable()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

setForeignTable

void setForeignTable(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

getAttributes

int getAttributes()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] LONG*

setAttributes

void setAttributes(int pl)
IDL: [ helpstring("") ]

Parameters:
pl - IDL: [in] LONG

getFields

Fields getFields()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] Fields**

CreateField

Field CreateField(Object Name,
                  Object Type,
                  Object Size)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] [optional] VARIANT
Type - IDL: [in] [optional] VARIANT
Size - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Field**

CreateField

Field CreateField(Object Name,
                  Object Type)
[optional=1]


CreateField

Field CreateField(Object Name)
[optional=2]


CreateField

Field CreateField()
[optional=3]


getPartialReplica

boolean getPartialReplica()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] VARIANT_BOOL*

setPartialReplica

void setPartialReplica(boolean pfPartialReplica)
IDL: [ helpstring("") ]

Parameters:
pfPartialReplica - IDL: [in] VARIANT_BOOL


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