com.moesol.bindings.platform_sdk.data_services
Class ConnectionEventsVt.Jni
java.lang.Object
com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
com.moesol.bindings.platform_sdk.data_services.ConnectionEventsVt.Jni
- All Implemented Interfaces:
- IUnknown, ConnectionEventsVt
- Enclosing interface:
- ConnectionEventsVt
public static class ConnectionEventsVt.Jni
- extends IUnknown.Jni
- implements ConnectionEventsVt
Implementation, Java to COM.
Method Summary |
int |
BeginTransComplete(int p0,
Error p1,
int[] p2,
_Connection p3)
IDL: [ helpstring("") ] |
int |
CommitTransComplete(Error p0,
int[] p1,
_Connection p2)
IDL: [ helpstring("") ] |
int |
ConnectComplete(Error p0,
int[] p1,
_Connection p2)
IDL: [ helpstring("") ] |
int |
Disconnect(int[] p0,
_Connection p1)
IDL: [ helpstring("") ] |
int |
ExecuteComplete(int p0,
Error p1,
int[] p2,
_Command p3,
_Recordset p4,
_Connection p5)
IDL: [ helpstring("") ] |
int |
InfoMessage(Error p0,
int[] p1,
_Connection p2)
IDL: [ helpstring("") ] |
int |
RollbackTransComplete(Error p0,
int[] p1,
_Connection p2)
IDL: [ helpstring("") ] |
int |
WillConnect(String[] p0,
String[] p1,
String[] p2,
int[] p3,
int[] p4,
_Connection p5)
IDL: [ helpstring("") ] |
int |
WillExecute(String[] p0,
int[] p1,
int[] p2,
int[] p3,
int[] p4,
_Command p5,
_Recordset p6,
_Connection p7)
IDL: [ helpstring("") ] |
ConnectionEventsVt.Jni
protected ConnectionEventsVt.Jni()
InfoMessage
public int InfoMessage(Error p0,
int[] p1,
_Connection p2)
- Description copied from interface:
ConnectionEventsVt
IDL: [ helpstring("") ]
- Specified by:
InfoMessage
in interface ConnectionEventsVt
- Parameters:
p0
- IDL: [in] Error*
p1
- IDL: [in] [out] EventStatusEnum*
p2
- IDL: [in] _Connection*
- Returns:
IDL: HRESULT
BeginTransComplete
public int BeginTransComplete(int p0,
Error p1,
int[] p2,
_Connection p3)
- Description copied from interface:
ConnectionEventsVt
IDL: [ helpstring("") ]
- Specified by:
BeginTransComplete
in interface ConnectionEventsVt
- Parameters:
p0
- IDL: [in] LONG
p1
- IDL: [in] Error*
p2
- IDL: [in] [out] EventStatusEnum*
p3
- IDL: [in] _Connection*
- Returns:
IDL: HRESULT
CommitTransComplete
public int CommitTransComplete(Error p0,
int[] p1,
_Connection p2)
- Description copied from interface:
ConnectionEventsVt
IDL: [ helpstring("") ]
- Specified by:
CommitTransComplete
in interface ConnectionEventsVt
- Parameters:
p0
- IDL: [in] Error*
p1
- IDL: [in] [out] EventStatusEnum*
p2
- IDL: [in] _Connection*
- Returns:
IDL: HRESULT
RollbackTransComplete
public int RollbackTransComplete(Error p0,
int[] p1,
_Connection p2)
- Description copied from interface:
ConnectionEventsVt
IDL: [ helpstring("") ]
- Specified by:
RollbackTransComplete
in interface ConnectionEventsVt
- Parameters:
p0
- IDL: [in] Error*
p1
- IDL: [in] [out] EventStatusEnum*
p2
- IDL: [in] _Connection*
- Returns:
IDL: HRESULT
WillExecute
public int WillExecute(String[] p0,
int[] p1,
int[] p2,
int[] p3,
int[] p4,
_Command p5,
_Recordset p6,
_Connection p7)
- Description copied from interface:
ConnectionEventsVt
IDL: [ helpstring("") ]
- Specified by:
WillExecute
in interface ConnectionEventsVt
- Parameters:
p0
- IDL: [in] [out] BSTR*
p1
- IDL: [in] [out] CursorTypeEnum*
p2
- IDL: [in] [out] LockTypeEnum*
p3
- IDL: [in] [out] LONG*
p4
- IDL: [in] [out] EventStatusEnum*
p5
- IDL: [in] _Command*
p6
- IDL: [in] _Recordset*
p7
- IDL: [in] _Connection*
- Returns:
IDL: HRESULT
ExecuteComplete
public int ExecuteComplete(int p0,
Error p1,
int[] p2,
_Command p3,
_Recordset p4,
_Connection p5)
- Description copied from interface:
ConnectionEventsVt
IDL: [ helpstring("") ]
- Specified by:
ExecuteComplete
in interface ConnectionEventsVt
- Parameters:
p0
- IDL: [in] LONG
p1
- IDL: [in] Error*
p2
- IDL: [in] [out] EventStatusEnum*
p3
- IDL: [in] _Command*
p4
- IDL: [in] _Recordset*
p5
- IDL: [in] _Connection*
- Returns:
IDL: HRESULT
WillConnect
public int WillConnect(String[] p0,
String[] p1,
String[] p2,
int[] p3,
int[] p4,
_Connection p5)
- Description copied from interface:
ConnectionEventsVt
IDL: [ helpstring("") ]
- Specified by:
WillConnect
in interface ConnectionEventsVt
- Parameters:
p0
- IDL: [in] [out] BSTR*
p1
- IDL: [in] [out] BSTR*
p2
- IDL: [in] [out] BSTR*
p3
- IDL: [in] [out] LONG*
p4
- IDL: [in] [out] EventStatusEnum*
p5
- IDL: [in] _Connection*
- Returns:
IDL: HRESULT
ConnectComplete
public int ConnectComplete(Error p0,
int[] p1,
_Connection p2)
- Description copied from interface:
ConnectionEventsVt
IDL: [ helpstring("") ]
- Specified by:
ConnectComplete
in interface ConnectionEventsVt
- Parameters:
p0
- IDL: [in] Error*
p1
- IDL: [in] [out] EventStatusEnum*
p2
- IDL: [in] _Connection*
- Returns:
IDL: HRESULT
Disconnect
public int Disconnect(int[] p0,
_Connection p1)
- Description copied from interface:
ConnectionEventsVt
IDL: [ helpstring("") ]
- Specified by:
Disconnect
in interface ConnectionEventsVt
- Parameters:
p0
- IDL: [in] [out] EventStatusEnum*
p1
- IDL: [in] _Connection*
- Returns:
IDL: HRESULT
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.