com.moesol.bindings.platform_sdk.data_services
Class RecordsetEventsVt.Jni
java.lang.Object
com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
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.
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("") ] |
RecordsetEventsVt.Jni
protected RecordsetEventsVt.Jni()
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.