com.moesol.bindings.platform_sdk.data_services
Interface ADOCommandConstruction

All Superinterfaces:
IUnknown
All Known Implementing Classes:
ADOCommandConstruction.Jni

public interface ADOCommandConstruction
extends IUnknown

IDL: [ helpstring(""), restricted ] interface


Nested Class Summary
static class ADOCommandConstruction.Disp
          Implementation, COM to Java.
static class ADOCommandConstruction.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000517-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Method Summary
 IUnknown getOLEDBCommand()
          IDL: [ helpstring("") ]
 int setOLEDBCommand(IUnknown ppOLEDBCommand)
          IDL: [ helpstring("") ]
 
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(00000517-0000-0010-8000-00AA006D2EA4)]

Method Detail

getOLEDBCommand

IUnknown getOLEDBCommand()
IDL: [ helpstring("") ]

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

setOLEDBCommand

int setOLEDBCommand(IUnknown ppOLEDBCommand)
IDL: [ helpstring("") ]

Parameters:
ppOLEDBCommand - IDL: [in] IUnknown*
Returns:
IDL: HRESULT


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