com.moesol.bindings.microsoft.dao
Class TableDef
java.lang.Object
com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
com.moesol.bindings.microsoft.dao._DAO.Jni
com.moesol.bindings.microsoft.dao._TableDef.Jni
com.moesol.bindings.microsoft.dao.TableDef
- All Implemented Interfaces:
- _DAO, _TableDef, IDispatch, IUnknown
- Direct Known Subclasses:
- TableDef.Jni
public class TableDef
- extends _TableDef.Jni
IDL: [ helpstring(""), creatable, licensed ]
coclass TableDef {
[default] dispatch _TableDef
};
Fields inherited from interface com.moesol.bindings.microsoft.dao._TableDef |
IID |
Constructor Summary |
|
TableDef()
Create a new instance using CLSCTX_ALL . |
|
TableDef(int clsctx)
Create a new instance. |
protected |
TableDef(TableDef.Jni marker)
Create a new instances for reverse COM. |
Methods inherited from class com.moesol.bindings.microsoft.dao._TableDef.Jni |
CreateField, CreateField, CreateField, CreateField, CreateIndex, CreateIndex, CreateProperty, CreateProperty, CreateProperty, CreateProperty, CreateProperty, getAttributes, getConflictTable, getConnect, getDateCreated, getFields, getIndexes, getLastUpdated, getName, getRecordCount, getReplicaFilter, getSourceTableName, getUpdatable, getValidationRule, getValidationText, internalOnSetInterface, OpenRecordset, OpenRecordset, OpenRecordset, RefreshLink, setAttributes, setConnect, setName, setReplicaFilter, setSourceTableName, setValidationRule, setValidationText |
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
Invoke |
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO |
getProperties |
TYPELIB
public static final Class TYPELIB
CLSID
public static final GUID CLSID
IDL: [uuid(00000103-0000-0010-8000-00AA006D2EA4)]
TableDef
public TableDef()
- Create a new instance using
CLSCTX_ALL
.
TableDef
public TableDef(int clsctx)
- Create a new instance.
- Parameters:
clsctx
- Context in which the code that manages the newly created object will run.
The values are taken from the enumeration CLSCTX
.
TableDef
protected TableDef(TableDef.Jni marker)
- Create a new instances for reverse COM. Does not call CoCreateInstance.
- Parameters:
marker
-
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.