com.moesol.bindings.platform_sdk.data_services
Class Command

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.platform_sdk.data_services._ADO.Jni
              extended by com.moesol.bindings.platform_sdk.data_services.Command15.Jni
                  extended by com.moesol.bindings.platform_sdk.data_services.Command25.Jni
                      extended by com.moesol.bindings.platform_sdk.data_services._Command.Jni
                          extended by 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 Class Summary
static class Command.Jni
           
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.platform_sdk.data_services._Command
_Command.Disp
 
Field Summary
static GUID CLSID
          IDL: [uuid(00000507-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services._Command
IID
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
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.
 
Method Summary
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services._Command.Jni
getCommandStream, getDialect, getNamedParameters, setDialect, setNamedParameters, setrefCommandStream
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services.Command25.Jni
Cancel, getState
 
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.data_services._ADO.Jni
getProperties
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, internalOnSetInterface, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services.Command25
Cancel, getState
 
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
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Field Detail

TYPELIB

public static final Class TYPELIB

CLSID

public static final GUID CLSID
IDL: [uuid(00000507-0000-0010-8000-00AA006D2EA4)]

Constructor Detail

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.