com.moesol.bindings.platform_sdk.data_services
Class Recordset20.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._ADO.Jni
              extended by com.moesol.bindings.platform_sdk.data_services.Recordset15.Jni
                  extended by com.moesol.bindings.platform_sdk.data_services.Recordset20.Jni
All Implemented Interfaces:
IDispatch, IUnknown, _ADO, Recordset15, Recordset20
Direct Known Subclasses:
Recordset21.Jni
Enclosing interface:
Recordset20

public static class Recordset20.Jni
extends Recordset15.Jni
implements Recordset20

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.Recordset20
Recordset20.Disp, Recordset20.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services.Recordset20
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 Recordset20.Jni()
           
 
Method Summary
 void _xSave(String p0, int p1)
          IDL: [ helpstring("") ]
 void Cancel()
          IDL: [ helpstring("") ]
 _Recordset Clone(int p0)
          IDL: [ helpstring("") ]
 int CompareBookmarks(Object p0, Object p1)
          IDL: [ helpstring("") ]
 IDispatch getActiveCommand()
          IDL: [ helpstring("") ]
 String getDataMember()
          IDL: [ helpstring("") ]
 IUnknown getDataSource()
          IDL: [ helpstring("") ]
 boolean getStayInSync()
          IDL: [ helpstring("") ]
 String GetString(int p0, int p1, String p2, String p3, String p4)
          IDL: [ helpstring("") ]
 void Resync(int p0, int p1)
          IDL: [ helpstring("") ]
 void setDataMember(String p0)
          IDL: [ helpstring("") ]
 void setrefDataSource(IUnknown p0)
          IDL: [ helpstring("") ]
 void setStayInSync(boolean p0)
          IDL: [ helpstring("") ]
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services.Recordset15.Jni
_xClone, _xResync, AddNew, AddNew, AddNew, CancelBatch, CancelUpdate, Close, Delete, Find, Find, getAbsolutePage, getAbsolutePosition, getActiveConnection, getBOF, getBookmark, getCacheSize, getCollect, getCursorLocation, getCursorType, getEditMode, getEOF, getFields, getFilter, getLockType, getMarshalOptions, getMaxRecords, getPageCount, getPageSize, getRecordCount, GetRows, GetRows, GetRows, getSort, getSource, getState, getStatus, Move, Move, MoveFirst, MoveLast, MoveNext, MovePrevious, NextRecordset, NextRecordset, Open, Requery, setAbsolutePage, setAbsolutePosition, setActiveConnection, setBookmark, setCacheSize, setCollect, setCursorLocation, setCursorType, setFilter, setLockType, setMarshalOptions, setMaxRecords, setPageSize, setrefActiveConnection, setrefSource, setSort, setSource, Supports, Update, Update, Update, UpdateBatch
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services._ADO.Jni
getProperties
 
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.data_services.Recordset15
_xClone, _xResync, AddNew, AddNew, AddNew, CancelBatch, CancelUpdate, Close, Delete, Find, Find, getAbsolutePage, getAbsolutePosition, getActiveConnection, getBOF, getBookmark, getCacheSize, getCollect, getCursorLocation, getCursorType, getEditMode, getEOF, getFields, getFilter, getLockType, getMarshalOptions, getMaxRecords, getPageCount, getPageSize, getRecordCount, GetRows, GetRows, GetRows, getSort, getSource, getState, getStatus, Move, Move, MoveFirst, MoveLast, MoveNext, MovePrevious, NextRecordset, NextRecordset, Open, Requery, setAbsolutePage, setAbsolutePosition, setActiveConnection, setBookmark, setCacheSize, setCollect, setCursorLocation, setCursorType, setFilter, setLockType, setMarshalOptions, setMaxRecords, setPageSize, setrefActiveConnection, setrefSource, setSort, setSource, Supports, Update, Update, Update, UpdateBatch
 
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
 

Constructor Detail

Recordset20.Jni

protected Recordset20.Jni()
Method Detail

Cancel

public void Cancel()
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
Cancel in interface Recordset20

getDataSource

public IUnknown getDataSource()
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
getDataSource in interface Recordset20
Returns:
IDL: [out] [retval] IUnknown**

setrefDataSource

public void setrefDataSource(IUnknown p0)
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
setrefDataSource in interface Recordset20
Parameters:
p0 - IDL: [in] IUnknown*

_xSave

public void _xSave(String p0,
                   int p1)
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
_xSave in interface Recordset20
Parameters:
p0 - IDL: [in] [optional] [default] BSTR
p1 - IDL: [in] [optional] [default] PersistFormatEnum

getActiveCommand

public IDispatch getActiveCommand()
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
getActiveCommand in interface Recordset20
Returns:
IDL: [out] [retval] IDispatch**

setStayInSync

public void setStayInSync(boolean p0)
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
setStayInSync in interface Recordset20
Parameters:
p0 - IDL: [in] VARIANT_BOOL

getStayInSync

public boolean getStayInSync()
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
getStayInSync in interface Recordset20
Returns:
IDL: [out] [retval] VARIANT_BOOL*

GetString

public String GetString(int p0,
                        int p1,
                        String p2,
                        String p3,
                        String p4)
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
GetString in interface Recordset20
Parameters:
p0 - IDL: [in] [optional] [default] StringFormatEnum
p1 - IDL: [in] [optional] [default] LONG
p2 - IDL: [in] [optional] [default] BSTR
p3 - IDL: [in] [optional] [default] BSTR
p4 - IDL: [in] [optional] [default] BSTR
Returns:
IDL: [out] [retval] BSTR*

getDataMember

public String getDataMember()
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
getDataMember in interface Recordset20
Returns:
IDL: [out] [retval] BSTR*

setDataMember

public void setDataMember(String p0)
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
setDataMember in interface Recordset20
Parameters:
p0 - IDL: [in] BSTR

CompareBookmarks

public int CompareBookmarks(Object p0,
                            Object p1)
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
CompareBookmarks in interface Recordset20
Parameters:
p0 - IDL: [in] VARIANT
p1 - IDL: [in] VARIANT
Returns:
IDL: [out] [retval] CompareEnum*

Clone

public _Recordset Clone(int p0)
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
Clone in interface Recordset20
Parameters:
p0 - IDL: [in] [optional] [default] LockTypeEnum
Returns:
IDL: [out] [retval] _Recordset**

Resync

public void Resync(int p0,
                   int p1)
Description copied from interface: Recordset20
IDL: [ helpstring("") ]

Specified by:
Resync in interface Recordset20
Parameters:
p0 - IDL: [in] [optional] [default] AffectEnum
p1 - IDL: [in] [optional] [default] ResyncEnum


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