com.moesol.bindings.platform_sdk.data_services
Class Recordset

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

public class Recordset
extends _Recordset.Jni

IDL: [ helpstring(""), creatable, licensed ]

coclass Recordset {
    [default] dispatch _Recordset
    [default, source] dispatch RecordsetEvents
};


Nested Class Summary
static class Recordset.Jni
           
 
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._Recordset
_Recordset.Disp
 
Field Summary
static GUID CLSID
          IDL: [uuid(00000535-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services._Recordset
IID
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
  Recordset()
          Create a new instance using CLSCTX_ALL.
  Recordset(int clsctx)
          Create a new instance.
protected Recordset(Recordset.Jni marker)
          Create a new instances for reverse COM.
 
Method Summary
 int addRecordsetEventsListener(RecordsetEvents l)
          Add a listener for RecordsetEvents.
 void removeRecordsetEventsListener(RecordsetEvents l)
          Remove listener for RecordsetEvents.
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services._Recordset.Jni
Save
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services.Recordset21.Jni
getIndex, Seek, setIndex
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services.Recordset20.Jni
_xSave, Cancel, Clone, CompareBookmarks, getActiveCommand, getDataMember, getDataSource, getStayInSync, GetString, Resync, setDataMember, setrefDataSource, setStayInSync
 
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.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

public static final Class TYPELIB

CLSID

public static final GUID CLSID
IDL: [uuid(00000535-0000-0010-8000-00AA006D2EA4)]

Constructor Detail

Recordset

public Recordset()
Create a new instance using CLSCTX_ALL.


Recordset

public Recordset(int clsctx)
Create a new instance.

Parameters:
clsctx - Context in which the code that manages the newly created object will run. The values are taken from the enumeration CLSCTX.

Recordset

protected Recordset(Recordset.Jni marker)
Create a new instances for reverse COM. Does not call CoCreateInstance.

Parameters:
marker -
Method Detail

addRecordsetEventsListener

public int addRecordsetEventsListener(RecordsetEvents l)
Add a listener for RecordsetEvents.


removeRecordsetEventsListener

public void removeRecordsetEventsListener(RecordsetEvents l)
Remove listener for RecordsetEvents.



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