com.moesol.bindings.platform_sdk.data_services
Interface ADORecordConstruction

All Superinterfaces:
IDispatch, IUnknown
All Known Implementing Classes:
ADORecordConstruction.Jni

public interface ADORecordConstruction
extends IDispatch

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


Nested Class Summary
static class ADORecordConstruction.Disp
          Implementation, COM to Java.
static class ADORecordConstruction.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000567-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
 IUnknown getRow()
          IDL: [ helpstring("") ]
 int setParentRow(IUnknown rhs)
          IDL: [ helpstring("") ]
 int setRow(IUnknown ppRow)
          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(00000567-0000-0010-8000-00AA006D2EA4)]

Method Detail

getRow

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

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

setRow

int setRow(IUnknown ppRow)
IDL: [ helpstring("") ]

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

setParentRow

int setParentRow(IUnknown rhs)
IDL: [ helpstring("") ]

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


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