See: Description
| Interface | Description |
|---|---|
| ClientFailoverEventListener |
Application listener for Client Failover (ACF) events.
|
| TimesTenBlob |
Adds TimesTen specific extensions to java.sql.Blob interface.
|
| TimesTenCallableStatement | |
| TimesTenClob |
Adds TimesTen specific extensions to java.sql.Clob interface.
|
| TimesTenConnection |
Provides TimesTen extensions to java.sql.Connection
|
| TimesTenConnectionBuilder | |
| TimesTenDistributionKey | |
| TimesTenDistributionKeyBuilder | |
| TimesTenPreparedStatement |
Contains TimesTen extension to java.sql.PreparedStatement
|
| TimesTenStatement |
Contains Oracle TimesTen extension to Statement.
|
| TimesTenTypes |
This interface defines the constants that are used to identify extended Oracle TimesTen SQL types such as PL/SQL REF CURSOR
|
| TimesTenVendorCode |
Contains TimesTen vendor codes used in java.sql.SQLException.
|
| Class | Description |
|---|---|
| ClientFailoverEvent |
TimesTen C/S connections support Automatic Client Failover.
|
| ObservableConnectionDS |
An
ObservableConnectionDS implements the javax.sql.ConnectionPoolDataSource, which is a factory for PooledConnection objects. |
| TimesTenDataSource |
TimesTenDataSource provides a TimesTen implementation of the javax.sql.DataSource interface, part of the JDBC 2.0 extension. |
| Enum | Description |
|---|---|
| ClientFailoverEvent.FailoverEvent |
Client Failover events
|
| ClientFailoverEvent.FailoverType |
Client Failover types
|
| TimesTenPreparedStatement.PassThroughType |
Various passthrough types
|