com.moesol.bindings.platform_sdk.data_services
Interface Command25

All Superinterfaces:
_ADO, Command15, IDispatch, IUnknown
All Known Subinterfaces:
_Command
All Known Implementing Classes:
_Command.Jni, Command, Command.Jni, Command25.Jni

public interface Command25
extends Command15

IDL: [ helpstring(""), hidden, dual, nonextensible, oleautomation, dispatchable ] interface


Nested Class Summary
static class Command25.Disp
          Implementation, COM to Java.
static class Command25.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(0000054E-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Method Summary
 void Cancel()
          IDL: [ helpstring("") ]
 int getState()
          IDL: [ helpstring("") ]
 
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

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(0000054E-0000-0010-8000-00AA006D2EA4)]

Method Detail

getState

int getState()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] LONG*

Cancel

void Cancel()
IDL: [ helpstring("") ]



Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.