com.moesol.bindings.platform_sdk.data_services
Class ADORecordsetConstruction.Jni

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.ADORecordsetConstruction.Jni
All Implemented Interfaces:
IDispatch, IUnknown, ADORecordsetConstruction
Enclosing interface:
ADORecordsetConstruction

public static class ADORecordsetConstruction.Jni
extends IDispatch.Jni
implements ADORecordsetConstruction

Implementation, Java to COM.


Nested Class Summary
 
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.ADORecordsetConstruction
ADORecordsetConstruction.Disp, ADORecordsetConstruction.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services.ADORecordsetConstruction
IID, TYPELIB
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
protected ADORecordsetConstruction.Jni()
           
 
Method Summary
 int getChapter()
          IDL: [ helpstring("") ]
 IUnknown getRowPosition()
          IDL: [ helpstring("") ]
 IUnknown getRowset()
          IDL: [ helpstring("") ]
 int setChapter(int p0)
          IDL: [ helpstring("") ]
 int setRowPosition(IUnknown p0)
          IDL: [ helpstring("") ]
 int setRowset(IUnknown p0)
          IDL: [ helpstring("") ]
 
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.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Constructor Detail

ADORecordsetConstruction.Jni

protected ADORecordsetConstruction.Jni()
Method Detail

getRowset

public IUnknown getRowset()
Description copied from interface: ADORecordsetConstruction
IDL: [ helpstring("") ]

Specified by:
getRowset in interface ADORecordsetConstruction
Returns:
IDL: [out] [retval] IUnknown**

setRowset

public int setRowset(IUnknown p0)
Description copied from interface: ADORecordsetConstruction
IDL: [ helpstring("") ]

Specified by:
setRowset in interface ADORecordsetConstruction
Parameters:
p0 - IDL: [in] IUnknown*
Returns:
IDL: HRESULT

getChapter

public int getChapter()
Description copied from interface: ADORecordsetConstruction
IDL: [ helpstring("") ]

Specified by:
getChapter in interface ADORecordsetConstruction
Returns:
IDL: [out] [retval] LONG*

setChapter

public int setChapter(int p0)
Description copied from interface: ADORecordsetConstruction
IDL: [ helpstring("") ]

Specified by:
setChapter in interface ADORecordsetConstruction
Parameters:
p0 - IDL: [in] LONG
Returns:
IDL: HRESULT

getRowPosition

public IUnknown getRowPosition()
Description copied from interface: ADORecordsetConstruction
IDL: [ helpstring("") ]

Specified by:
getRowPosition in interface ADORecordsetConstruction
Returns:
IDL: [out] [retval] IUnknown**

setRowPosition

public int setRowPosition(IUnknown p0)
Description copied from interface: ADORecordsetConstruction
IDL: [ helpstring("") ]

Specified by:
setRowPosition in interface ADORecordsetConstruction
Parameters:
p0 - IDL: [in] IUnknown*
Returns:
IDL: HRESULT


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