|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface _TableDef
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 |
|---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(00000049-0000-0010-8000-00AA006D2EA4)]
| Method Detail |
|---|
int getAttributes()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*void setAttributes(int pl)
IDL: [ helpstring("") ]
pl - IDL: [in] LONGString getConnect()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setConnect(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRObject getDateCreated()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*Object getLastUpdated()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setName(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRString getSourceTableName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setSourceTableName(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRboolean getUpdatable()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*String getValidationText()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setValidationText(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRString getValidationRule()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setValidationRule(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRint getRecordCount()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*Fields getFields()
IDL: [ helpstring("") ]
IDL: [out] [retval] Fields**Indexes getIndexes()
IDL: [ helpstring("") ]
IDL: [out] [retval] Indexes**
Recordset OpenRecordset(Object Type,
Object Options)
IDL: [ helpstring("") ]
Type - IDL: [in] [optional] VARIANTOptions - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Recordset**Recordset OpenRecordset(Object Type)
Recordset OpenRecordset()
void RefreshLink()
IDL: [ helpstring("") ]
Field CreateField(Object Name,
Object Type,
Object Size)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTType - IDL: [in] [optional] VARIANTSize - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Field**
Field CreateField(Object Name,
Object Type)
Field CreateField(Object Name)
Field CreateField()
Index CreateIndex(Object Name)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Index**Index CreateIndex()
Property CreateProperty(Object Name,
Object Type,
Object Value,
Object DDL)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTType - IDL: [in] [optional] VARIANTValue - IDL: [in] [optional] VARIANTDDL - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Property**
Property CreateProperty(Object Name,
Object Type,
Object Value)
Property CreateProperty(Object Name,
Object Type)
Property CreateProperty(Object Name)
Property CreateProperty()
String getConflictTable()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*Object getReplicaFilter()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*void setReplicaFilter(Object pFilter)
IDL: [ helpstring("") ]
pFilter - IDL: [in] VARIANT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||