com.moesol.bindings.microsoft.dao
Class QueryDef
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._QueryDef.Jni
com.moesol.bindings.microsoft.dao.QueryDef
- All Implemented Interfaces:
- _DAO, _QueryDef, IDispatch, IUnknown
- Direct Known Subclasses:
- QueryDef.Jni
public class QueryDef
- extends _QueryDef.Jni
IDL: [ helpstring(""), creatable, licensed ]
coclass QueryDef {
[default] dispatch _QueryDef
};
Fields inherited from interface com.moesol.bindings.microsoft.dao._QueryDef |
IID |
Constructor Summary |
|
QueryDef()
Create a new instance using CLSCTX_ALL . |
|
QueryDef(int clsctx)
Create a new instance. |
protected |
QueryDef(QueryDef.Jni marker)
Create a new instances for reverse COM. |
Methods inherited from class com.moesol.bindings.microsoft.dao._QueryDef.Jni |
Cancel, Close, CreateProperty, CreateProperty, CreateProperty, CreateProperty, CreateProperty, Execute, Execute, getCacheSize, getConnect, getDateCreated, getFields, gethStmt, getLastUpdated, getMaxRecords, getName, getODBCTimeout, getParameters, getPrepare, getRecordsAffected, getReturnsRecords, getSQL, getStillExecuting, getType, getUpdatable, internalOnSetInterface, OpenRecordset, OpenRecordset, OpenRecordset, OpenRecordset, setCacheSize, setConnect, setMaxRecords, setName, setODBCTimeout, setPrepare, setReturnsRecords, setSQL |
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(00000108-0000-0010-8000-00AA006D2EA4)]
QueryDef
public QueryDef()
- Create a new instance using
CLSCTX_ALL
.
QueryDef
public QueryDef(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
.
QueryDef
protected QueryDef(QueryDef.Jni marker)
- Create a new instances for reverse COM. Does not call CoCreateInstance.
- Parameters:
marker
-
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.