com.moesol.bindings.microsoft.dao
Class Index
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._Index.Jni
com.moesol.bindings.microsoft.dao.Index
- All Implemented Interfaces:
- _DAO, _Index, IDispatch, IUnknown
- Direct Known Subclasses:
- Index.Jni
public class Index
- extends _Index.Jni
IDL: [ helpstring(""), creatable, licensed ]
coclass Index {
[default] dispatch _Index
};
Nested classes/interfaces inherited from interface com.moesol.bindings.microsoft.dao._Index |
_Index.Disp |
Fields inherited from interface com.moesol.bindings.microsoft.dao._Index |
IID |
Constructor Summary |
|
Index()
Create a new instance using CLSCTX_ALL . |
protected |
Index(Index.Jni marker)
Create a new instances for reverse COM. |
|
Index(int clsctx)
Create a new instance. |
Methods inherited from class com.moesol.bindings.microsoft.dao._Index.Jni |
CreateField, CreateField, CreateField, CreateField, CreateProperty, CreateProperty, CreateProperty, CreateProperty, CreateProperty, getClustered, getDistinctCount, getFields, getForeign, getIgnoreNulls, getName, getPrimary, getRequired, getUnique, internalOnSetInterface, setClustered, setFields, setIgnoreNulls, setName, setPrimary, setRequired, setUnique |
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(00000105-0000-0010-8000-00AA006D2EA4)]
Index
public Index()
- Create a new instance using
CLSCTX_ALL
.
Index
public Index(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
.
Index
protected Index(Index.Jni marker)
- Create a new instances for reverse COM. Does not call CoCreateInstance.
- Parameters:
marker
-
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.