com.moesol.bindings.platform_sdk.data_services
Class Command
java.lang.Object
com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
com.moesol.bindings.platform_sdk.data_services._ADO.Jni
com.moesol.bindings.platform_sdk.data_services.Command15.Jni
com.moesol.bindings.platform_sdk.data_services.Command25.Jni
com.moesol.bindings.platform_sdk.data_services._Command.Jni
com.moesol.bindings.platform_sdk.data_services.Command
- All Implemented Interfaces:
- IDispatch, IUnknown, _ADO, _Command, Command15, Command25
- Direct Known Subclasses:
- Command.Jni
public class Command
- extends _Command.Jni
IDL: [ helpstring(""), creatable, licensed ]
coclass Command {
[default] dispatch _Command
};
Nested classes/interfaces inherited from interface com.moesol.bindings.platform_sdk.data_services._Command |
_Command.Disp |
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services._Command |
IID |
Constructor Summary |
|
Command()
Create a new instance using CLSCTX_ALL . |
protected |
Command(Command.Jni marker)
Create a new instances for reverse COM. |
|
Command(int clsctx)
Create a new instance. |
Methods inherited from class com.moesol.bindings.platform_sdk.data_services.Command15.Jni |
CreateParameter, CreateParameter, Execute, getActiveConnection, getCommandText, getCommandTimeout, getCommandType, getName, getParameters, getPrepared, setActiveConnection, setCommandText, setCommandTimeout, setCommandType, setName, setPrepared, setrefActiveConnection |
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
Invoke |
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services.Command15 |
CreateParameter, CreateParameter, Execute, getActiveConnection, getCommandText, getCommandTimeout, getCommandType, getName, getParameters, getPrepared, setActiveConnection, setCommandText, setCommandTimeout, setCommandType, setName, setPrepared, setrefActiveConnection |
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services._ADO |
getProperties |
TYPELIB
public static final Class TYPELIB
CLSID
public static final GUID CLSID
IDL: [uuid(00000507-0000-0010-8000-00AA006D2EA4)]
Command
public Command()
- Create a new instance using
CLSCTX_ALL
.
Command
public Command(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
.
Command
protected Command(Command.Jni marker)
- Create a new instances for reverse COM. Does not call CoCreateInstance.
- Parameters:
marker
-
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.