com.moesol.bindings.platform_sdk.data_services
Class Recordset20.Jni
java.lang.Object
com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
com.moesol.bindings.platform_sdk.data_services._ADO.Jni
com.moesol.bindings.platform_sdk.data_services.Recordset15.Jni
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.
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.component_services.IDispatch.Jni |
Invoke |
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 |
Recordset20.Jni
protected Recordset20.Jni()
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.