See: Description
| Interface | Description |
|---|---|
| ClientFailoverEventListener |
Application listener for Client Failover (ACF) events.
|
| TimesTenBlob |
Adds TimesTen specific extensions to java.sql.Blob interface.
|
| TimesTenCallableStatement |
Contains Oracle TimesTen extension to java.sql.CallableStatement
|
| TimesTenClob |
Adds TimesTen specific extensions to java.sql.Clob interface.
|
| TimesTenConnection |
Provides TimesTen extensions to java.sql.Connection
|
| TimesTenConnectionBuilder |
A builder for a TimesTen Scaleout connection.
|
| TimesTenDistributionKey |
This interface represents a distribution key, which is used to determine the elements (or replica set)
that allocates a specific set of key values.
|
| TimesTenDistributionKeyBuilder |
A builder for a TimesTen distribution key.
|
| 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
|