com.moesol.bindings.platform_sdk.data_services
Interface ADORecordsetConstruction

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

public interface ADORecordsetConstruction
extends IDispatch

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


Nested Class Summary
static class ADORecordsetConstruction.Disp
          Implementation, COM to Java.
static class ADORecordsetConstruction.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000283-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
 int getChapter()
          IDL: [ helpstring("") ]
 IUnknown getRowPosition()
          IDL: [ helpstring("") ]
 IUnknown getRowset()
          IDL: [ helpstring("") ]
 int setChapter(int plChapter)
          IDL: [ helpstring("") ]
 int setRowPosition(IUnknown ppRowPos)
          IDL: [ helpstring("") ]
 int setRowset(IUnknown ppRowset)
          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(00000283-0000-0010-8000-00AA006D2EA4)]

Method Detail

getRowset

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

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

setRowset

int setRowset(IUnknown ppRowset)
IDL: [ helpstring("") ]

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

getChapter

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

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

setChapter

int setChapter(int plChapter)
IDL: [ helpstring("") ]

Parameters:
plChapter - IDL: [in] LONG
Returns:
IDL: HRESULT

getRowPosition

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

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

setRowPosition

int setRowPosition(IUnknown ppRowPos)
IDL: [ helpstring("") ]

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


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