com.moesol.bindings.platform_sdk.data_services
Class RecordsetEventsVt.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.data_services.RecordsetEventsVt.Jni
All Implemented Interfaces:
IUnknown, RecordsetEventsVt
Enclosing interface:
RecordsetEventsVt

public static class RecordsetEventsVt.Jni
extends IUnknown.Jni
implements RecordsetEventsVt

Implementation, Java to COM.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
IUnknown.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.platform_sdk.data_services.RecordsetEventsVt
RecordsetEventsVt.Disp, RecordsetEventsVt.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services.RecordsetEventsVt
IID, TYPELIB
 
Constructor Summary
protected RecordsetEventsVt.Jni()
           
 
Method Summary
 int EndOfRecordset(boolean[] p0, int[] p1, _Recordset p2)
          IDL: [ helpstring("") ]
 int FetchComplete(Error p0, int[] p1, _Recordset p2)
          IDL: [ helpstring("") ]
 int FetchProgress(int p0, int p1, int[] p2, _Recordset p3)
          IDL: [ helpstring("") ]
 int FieldChangeComplete(int p0, Object p1, Error p2, int[] p3, _Recordset p4)
          IDL: [ helpstring("") ]
 int MoveComplete(int p0, Error p1, int[] p2, _Recordset p3)
          IDL: [ helpstring("") ]
 int RecordChangeComplete(int p0, int p1, Error p2, int[] p3, _Recordset p4)
          IDL: [ helpstring("") ]
 int RecordsetChangeComplete(int p0, Error p1, int[] p2, _Recordset p3)
          IDL: [ helpstring("") ]
 int WillChangeField(int p0, Object p1, int[] p2, _Recordset p3)
          IDL: [ helpstring("") ]
 int WillChangeRecord(int p0, int p1, int[] p2, _Recordset p3)
          IDL: [ helpstring("") ]
 int WillChangeRecordset(int p0, int[] p1, _Recordset p2)
          IDL: [ helpstring("") ]
 int WillMove(int p0, int[] p1, _Recordset p2)
          IDL: [ helpstring("") ]
 
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.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Constructor Detail

RecordsetEventsVt.Jni

protected RecordsetEventsVt.Jni()
Method Detail

WillChangeField

public int WillChangeField(int p0,
                           Object p1,
                           int[] p2,
                           _Recordset p3)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
WillChangeField in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] LONG
p1 - IDL: [in] VARIANT
p2 - IDL: [in] [out] EventStatusEnum*
p3 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

FieldChangeComplete

public int FieldChangeComplete(int p0,
                               Object p1,
                               Error p2,
                               int[] p3,
                               _Recordset p4)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
FieldChangeComplete in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] LONG
p1 - IDL: [in] VARIANT
p2 - IDL: [in] Error*
p3 - IDL: [in] [out] EventStatusEnum*
p4 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

WillChangeRecord

public int WillChangeRecord(int p0,
                            int p1,
                            int[] p2,
                            _Recordset p3)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
WillChangeRecord in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] EventReasonEnum
p1 - IDL: [in] LONG
p2 - IDL: [in] [out] EventStatusEnum*
p3 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

RecordChangeComplete

public int RecordChangeComplete(int p0,
                                int p1,
                                Error p2,
                                int[] p3,
                                _Recordset p4)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
RecordChangeComplete in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] EventReasonEnum
p1 - IDL: [in] LONG
p2 - IDL: [in] Error*
p3 - IDL: [in] [out] EventStatusEnum*
p4 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

WillChangeRecordset

public int WillChangeRecordset(int p0,
                               int[] p1,
                               _Recordset p2)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
WillChangeRecordset in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] EventReasonEnum
p1 - IDL: [in] [out] EventStatusEnum*
p2 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

RecordsetChangeComplete

public int RecordsetChangeComplete(int p0,
                                   Error p1,
                                   int[] p2,
                                   _Recordset p3)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
RecordsetChangeComplete in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] EventReasonEnum
p1 - IDL: [in] Error*
p2 - IDL: [in] [out] EventStatusEnum*
p3 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

WillMove

public int WillMove(int p0,
                    int[] p1,
                    _Recordset p2)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
WillMove in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] EventReasonEnum
p1 - IDL: [in] [out] EventStatusEnum*
p2 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

MoveComplete

public int MoveComplete(int p0,
                        Error p1,
                        int[] p2,
                        _Recordset p3)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
MoveComplete in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] EventReasonEnum
p1 - IDL: [in] Error*
p2 - IDL: [in] [out] EventStatusEnum*
p3 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

EndOfRecordset

public int EndOfRecordset(boolean[] p0,
                          int[] p1,
                          _Recordset p2)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
EndOfRecordset in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] [out] VARIANT_BOOL*
p1 - IDL: [in] [out] EventStatusEnum*
p2 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

FetchProgress

public int FetchProgress(int p0,
                         int p1,
                         int[] p2,
                         _Recordset p3)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
FetchProgress in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] LONG
p1 - IDL: [in] LONG
p2 - IDL: [in] [out] EventStatusEnum*
p3 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT

FetchComplete

public int FetchComplete(Error p0,
                         int[] p1,
                         _Recordset p2)
Description copied from interface: RecordsetEventsVt
IDL: [ helpstring("") ]

Specified by:
FetchComplete in interface RecordsetEventsVt
Parameters:
p0 - IDL: [in] Error*
p1 - IDL: [in] [out] EventStatusEnum*
p2 - IDL: [in] _Recordset*
Returns:
IDL: HRESULT


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