com.moesol.bindings.microsoft.dao
Interface _TableDef

All Superinterfaces:
_DAO, IDispatch, IUnknown
All Known Implementing Classes:
_TableDef.Jni, TableDef, TableDef.Jni

public interface _TableDef
extends _DAO

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


Nested Class Summary
static class _TableDef.Disp
          Implementation, COM to Java.
static class _TableDef.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000049-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("") ]
 Index CreateIndex()
          [optional=1]
 Index CreateIndex(Object Name)
          IDL: [ helpstring("") ]
 Property CreateProperty()
          [optional=4]
 Property CreateProperty(Object Name)
          [optional=3]
 Property CreateProperty(Object Name, Object Type)
          [optional=2]
 Property CreateProperty(Object Name, Object Type, Object Value)
          [optional=1]
 Property CreateProperty(Object Name, Object Type, Object Value, Object DDL)
          IDL: [ helpstring("") ]
 int getAttributes()
          IDL: [ helpstring("") ]
 String getConflictTable()
          IDL: [ helpstring("") ]
 String getConnect()
          IDL: [ helpstring("") ]
 Object getDateCreated()
          IDL: [ helpstring("") ]
 Fields getFields()
          IDL: [ helpstring("") ]
 Indexes getIndexes()
          IDL: [ helpstring("") ]
 Object getLastUpdated()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 int getRecordCount()
          IDL: [ helpstring("") ]
 Object getReplicaFilter()
          IDL: [ helpstring("") ]
 String getSourceTableName()
          IDL: [ helpstring("") ]
 boolean getUpdatable()
          IDL: [ helpstring("") ]
 String getValidationRule()
          IDL: [ helpstring("") ]
 String getValidationText()
          IDL: [ helpstring("") ]
 Recordset OpenRecordset()
          [optional=2]
 Recordset OpenRecordset(Object Type)
          [optional=1]
 Recordset OpenRecordset(Object Type, Object Options)
          IDL: [ helpstring("") ]
 void RefreshLink()
          IDL: [ helpstring("") ]
 void setAttributes(int pl)
          IDL: [ helpstring("") ]
 void setConnect(String pbstr)
          IDL: [ helpstring("") ]
 void setName(String pbstr)
          IDL: [ helpstring("") ]
 void setReplicaFilter(Object pFilter)
          IDL: [ helpstring("") ]
 void setSourceTableName(String pbstr)
          IDL: [ helpstring("") ]
 void setValidationRule(String pbstr)
          IDL: [ helpstring("") ]
 void setValidationText(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(00000049-0000-0010-8000-00AA006D2EA4)]

Method Detail

getAttributes

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

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

setAttributes

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

Parameters:
pl - IDL: [in] LONG

getConnect

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

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

setConnect

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

Parameters:
pbstr - IDL: [in] BSTR

getDateCreated

Object getDateCreated()
IDL: [ helpstring("") ]

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

getLastUpdated

Object getLastUpdated()
IDL: [ helpstring("") ]

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

getName

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

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

setName

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

Parameters:
pbstr - IDL: [in] BSTR

getSourceTableName

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

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

setSourceTableName

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

Parameters:
pbstr - IDL: [in] BSTR

getUpdatable

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

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

getValidationText

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

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

setValidationText

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

Parameters:
pbstr - IDL: [in] BSTR

getValidationRule

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

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

setValidationRule

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

Parameters:
pbstr - IDL: [in] BSTR

getRecordCount

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

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

getFields

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

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

getIndexes

Indexes getIndexes()
IDL: [ helpstring("") ]

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

OpenRecordset

Recordset OpenRecordset(Object Type,
                        Object Options)
IDL: [ helpstring("") ]

Parameters:
Type - IDL: [in] [optional] VARIANT
Options - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Recordset**

OpenRecordset

Recordset OpenRecordset(Object Type)
[optional=1]


OpenRecordset

Recordset OpenRecordset()
[optional=2]


RefreshLink

void RefreshLink()
IDL: [ helpstring("") ]


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]


CreateIndex

Index CreateIndex(Object Name)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Index**

CreateIndex

Index CreateIndex()
[optional=1]


CreateProperty

Property CreateProperty(Object Name,
                        Object Type,
                        Object Value,
                        Object DDL)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] [optional] VARIANT
Type - IDL: [in] [optional] VARIANT
Value - IDL: [in] [optional] VARIANT
DDL - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Property**

CreateProperty

Property CreateProperty(Object Name,
                        Object Type,
                        Object Value)
[optional=1]


CreateProperty

Property CreateProperty(Object Name,
                        Object Type)
[optional=2]


CreateProperty

Property CreateProperty(Object Name)
[optional=3]


CreateProperty

Property CreateProperty()
[optional=4]


getConflictTable

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

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

getReplicaFilter

Object getReplicaFilter()
IDL: [ helpstring("") ]

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

setReplicaFilter

void setReplicaFilter(Object pFilter)
IDL: [ helpstring("") ]

Parameters:
pFilter - IDL: [in] VARIANT


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