com.moesol.bindings.platform_sdk.data_services
Interface Recordset20

All Superinterfaces:
_ADO, IDispatch, IUnknown, Recordset15
All Known Subinterfaces:
_Recordset, Recordset21
All Known Implementing Classes:
_Recordset.Jni, Recordset, Recordset.Jni, Recordset20.Jni, Recordset21.Jni

public interface Recordset20
extends Recordset15

IDL: [ helpstring(""), hidden, dual, nonextensible, oleautomation, dispatchable ] interface


Nested Class Summary
static class Recordset20.Disp
          Implementation, COM to Java.
static class Recordset20.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(0000054F-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
 void _xSave(String FileName, int PersistFormat)
          IDL: [ helpstring("") ]
 void Cancel()
          IDL: [ helpstring("") ]
 _Recordset Clone(int LockType)
          IDL: [ helpstring("") ]
 int CompareBookmarks(Object Bookmark1, Object Bookmark2)
          IDL: [ helpstring("") ]
 IDispatch getActiveCommand()
          IDL: [ helpstring("") ]
 String getDataMember()
          IDL: [ helpstring("") ]
 IUnknown getDataSource()
          IDL: [ helpstring("") ]
 boolean getStayInSync()
          IDL: [ helpstring("") ]
 String GetString(int StringFormat, int NumRows, String ColumnDelimeter, String RowDelimeter, String NullExpr)
          IDL: [ helpstring("") ]
 void Resync(int AffectRecords, int ResyncValues)
          IDL: [ helpstring("") ]
 void setDataMember(String pbstrDataMember)
          IDL: [ helpstring("") ]
 void setrefDataSource(IUnknown ppunkDataSource)
          IDL: [ helpstring("") ]
 void setStayInSync(boolean pbStayInSync)
          IDL: [ helpstring("") ]
 
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
 

Field Detail

TYPELIB

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(0000054F-0000-0010-8000-00AA006D2EA4)]

Method Detail

Cancel

void Cancel()
IDL: [ helpstring("") ]


getDataSource

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

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

setrefDataSource

void setrefDataSource(IUnknown ppunkDataSource)
IDL: [ helpstring("") ]

Parameters:
ppunkDataSource - IDL: [in] IUnknown*

_xSave

void _xSave(String FileName,
            int PersistFormat)
IDL: [ helpstring("") ]

Parameters:
FileName - IDL: [in] [optional] [default] BSTR
PersistFormat - IDL: [in] [optional] [default] PersistFormatEnum

getActiveCommand

IDispatch getActiveCommand()
IDL: [ helpstring("") ]

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

setStayInSync

void setStayInSync(boolean pbStayInSync)
IDL: [ helpstring("") ]

Parameters:
pbStayInSync - IDL: [in] VARIANT_BOOL

getStayInSync

boolean getStayInSync()
IDL: [ helpstring("") ]

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

GetString

String GetString(int StringFormat,
                 int NumRows,
                 String ColumnDelimeter,
                 String RowDelimeter,
                 String NullExpr)
IDL: [ helpstring("") ]

Parameters:
StringFormat - IDL: [in] [optional] [default] StringFormatEnum
NumRows - IDL: [in] [optional] [default] LONG
ColumnDelimeter - IDL: [in] [optional] [default] BSTR
RowDelimeter - IDL: [in] [optional] [default] BSTR
NullExpr - IDL: [in] [optional] [default] BSTR
Returns:
IDL: [out] [retval] BSTR*

getDataMember

String getDataMember()
IDL: [ helpstring("") ]

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

setDataMember

void setDataMember(String pbstrDataMember)
IDL: [ helpstring("") ]

Parameters:
pbstrDataMember - IDL: [in] BSTR

CompareBookmarks

int CompareBookmarks(Object Bookmark1,
                     Object Bookmark2)
IDL: [ helpstring("") ]

Parameters:
Bookmark1 - IDL: [in] VARIANT
Bookmark2 - IDL: [in] VARIANT
Returns:
IDL: [out] [retval] CompareEnum*

Clone

_Recordset Clone(int LockType)
IDL: [ helpstring("") ]

Parameters:
LockType - IDL: [in] [optional] [default] LockTypeEnum
Returns:
IDL: [out] [retval] _Recordset**

Resync

void Resync(int AffectRecords,
            int ResyncValues)
IDL: [ helpstring("") ]

Parameters:
AffectRecords - IDL: [in] [optional] [default] AffectEnum
ResyncValues - IDL: [in] [optional] [default] ResyncEnum


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