oracle.jdbc
Interface OracleOCIFailover
public interface OracleOCIFailover
An interface for Transparent Application failover.
Method Summary |
int |
callbackFn(java.sql.Connection conn,
java.lang.Object ctxt,
int type,
int event)
|
FO_SESSION
static final int FO_SESSION
- See Also:
- Constant Field Values
FO_SELECT
static final int FO_SELECT
- See Also:
- Constant Field Values
FO_NONE
static final int FO_NONE
- See Also:
- Constant Field Values
FO_TYPE_UNKNOWN
static final int FO_TYPE_UNKNOWN
- See Also:
- Constant Field Values
FO_BEGIN
static final int FO_BEGIN
- See Also:
- Constant Field Values
FO_END
static final int FO_END
- See Also:
- Constant Field Values
FO_ABORT
static final int FO_ABORT
- See Also:
- Constant Field Values
FO_REAUTH
static final int FO_REAUTH
- See Also:
- Constant Field Values
FO_ERROR
static final int FO_ERROR
- See Also:
- Constant Field Values
FO_RETRY
static final int FO_RETRY
- See Also:
- Constant Field Values
FO_EVENT_UNKNOWN
static final int FO_EVENT_UNKNOWN
- See Also:
- Constant Field Values
callbackFn
int callbackFn(java.sql.Connection conn,
java.lang.Object ctxt,
int type,
int event)
Copyright © 1998, 2007, Oracle. All rights reserved.