com.moesol.bindings.platform_sdk.data_services
Interface _Recordset

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

public interface _Recordset
extends Recordset21

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


Nested Class Summary
static class _Recordset.Disp
          Implementation, COM to Java.
static class _Recordset.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000556-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 Save(Object Destination, int PersistFormat)
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services.Recordset21
getIndex, Seek, setIndex
 
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services.Recordset20
_xSave, Cancel, Clone, CompareBookmarks, getActiveCommand, getDataMember, getDataSource, getStayInSync, GetString, Resync, setDataMember, setrefDataSource, setStayInSync
 
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(00000556-0000-0010-8000-00AA006D2EA4)]

Method Detail

Save

void Save(Object Destination,
          int PersistFormat)
IDL: [ helpstring("") ]

Parameters:
Destination - IDL: [in] [optional] VARIANT
PersistFormat - IDL: [in] [optional] [default] PersistFormatEnum


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