Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc . |
oracle.jdbc.datasource |
Beginning in Oracle Release 12.2, some of the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.datasource . |
oracle.jdbc.pool |
A package of connection cache and pooling related classes.
|
oracle.jdbc.xa |
Provides classes that implement the JDBC XA APIs.
|
oracle.ucp.jdbc |
Includes various interfaces and classes used by applications to work
with JDBC connections and a connection pool.
|
oracle.ucp.jdbc.oracle |
Includes various runtime statistics for the Universal Connection Pool
that are specific to Oracle JDBC resources.
|
Modifier and Type | Method and Description |
---|---|
OracleShardingKey |
OracleShardingKeyBuilder.build()
Builds the Sharding key.
|
OracleShardingKey |
OracleShardingKeyBuilder.build()
Builds the Sharding key.
|
Modifier and Type | Method and Description |
---|---|
void |
OracleConnection.setShardingKey(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey)
Sets the sharding key and the super sharding key on this connection.
|
void |
OracleConnectionWrapper.setShardingKey(OracleShardingKey key,
OracleShardingKey superKey) |
void |
OracleConnectionWrapper.setShardingKey(OracleShardingKey key,
OracleShardingKey superKey) |
void |
OracleConnection.setShardingKey(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey)
Sets the sharding key and the super sharding key on this connection.
|
boolean |
OracleConnection.setShardingKeyIfValid(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey,
int timeout)
Checks the validity of the connection and also checks if the sharding keys
passed to this method are valid for the connection.If the sharding keys are
valid, it will be set on the connection.
|
boolean |
OracleConnectionWrapper.setShardingKeyIfValid(OracleShardingKey key,
OracleShardingKey superKey,
int timeout) |
boolean |
OracleConnectionWrapper.setShardingKeyIfValid(OracleShardingKey key,
OracleShardingKey superKey,
int timeout) |
boolean |
OracleConnection.setShardingKeyIfValid(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey,
int timeout)
Checks the validity of the connection and also checks if the sharding keys
passed to this method are valid for the connection.If the sharding keys are
valid, it will be set on the connection.
|
OracleConnectionBuilder |
OracleConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
OraclePooledConnectionBuilder |
OraclePooledConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
OracleXAConnectionBuilder |
OracleXAConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
OracleXAConnectionBuilder |
OracleXAConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
OraclePooledConnectionBuilder |
OraclePooledConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
OracleConnectionBuilder |
OracleConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
OracleConnectionBuilder |
OracleConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
OraclePooledConnectionBuilder |
OraclePooledConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
OracleXAConnectionBuilder |
OracleXAConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
OracleXAConnectionBuilder |
OracleXAConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
OraclePooledConnectionBuilder |
OraclePooledConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
OracleConnectionBuilder |
OracleConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
Modifier and Type | Method and Description |
---|---|
void |
OraclePooledConnection.setShardingKey(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey)
Sets the sharding key and the super sharding key on this connection.
|
void |
OraclePooledConnection.setShardingKey(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey)
Sets the sharding key and the super sharding key on this connection.
|
boolean |
OraclePooledConnection.setShardingKeyIfValid(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey,
int timeout)
Checks the validity of the connection and also checks if the sharding keys
passed to this method are valid for the connection.If the sharding keys are
valid, it will be set on the connection.
|
boolean |
OraclePooledConnection.setShardingKeyIfValid(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey,
int timeout)
Checks the validity of the connection and also checks if the sharding keys
passed to this method are valid for the connection.If the sharding keys are
valid, it will be set on the connection.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleShardingKeyImpl |
Modifier and Type | Field and Description |
---|---|
protected OracleShardingKey |
OracleConnectionBuilderImpl.shardingKey |
protected OracleShardingKey |
OraclePooledConnectionBuilderImpl.shardingKey |
protected OracleShardingKey |
OraclePooledConnectionBuilderImpl.shardingKey |
protected OracleShardingKey |
OracleConnectionBuilderImpl.shardingKey |
protected OracleShardingKey |
OracleConnectionBuilderImpl.superShardingKey |
protected OracleShardingKey |
OraclePooledConnectionBuilderImpl.superShardingKey |
protected OracleShardingKey |
OraclePooledConnectionBuilderImpl.superShardingKey |
protected OracleShardingKey |
OracleConnectionBuilderImpl.superShardingKey |
Modifier and Type | Method and Description |
---|---|
int |
OracleShardingKeyImpl.compareTo(OracleShardingKey o)
Used to compare two OracleShardingKey keys.
|
int |
OracleShardingKeyImpl.compareTo(OracleShardingKey o)
Used to compare two OracleShardingKey keys.
|
void |
OraclePooledConnection.setShardingKey(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey)
Sets the sharding key and the super sharding key on this connection.
|
void |
OraclePooledConnection.setShardingKey(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey)
Sets the sharding key and the super sharding key on this connection.
|
boolean |
OraclePooledConnection.setShardingKeyIfValid(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey,
int timeout)
Checks the validity of the connection and also checks if the sharding keys
passed to this method are valid for the connection.If the sharding keys are
valid, it will be set on the connection's session.
|
boolean |
OraclePooledConnection.setShardingKeyIfValid(OracleShardingKey shardingKey,
OracleShardingKey superShardingKey,
int timeout)
Checks the validity of the connection and also checks if the sharding keys
passed to this method are valid for the connection.If the sharding keys are
valid, it will be set on the connection's session.
|
OracleConnectionBuilderImpl |
OracleConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
OraclePooledConnectionBuilderImpl |
OraclePooledConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
OraclePooledConnectionBuilderImpl |
OraclePooledConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
OracleConnectionBuilderImpl |
OracleConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
OracleConnectionBuilderImpl |
OracleConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
OraclePooledConnectionBuilderImpl |
OraclePooledConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
OraclePooledConnectionBuilderImpl |
OraclePooledConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
OracleConnectionBuilderImpl |
OracleConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
Modifier and Type | Field and Description |
---|---|
protected OracleShardingKey |
OracleXAConnectionBuilderImpl.shardingKey |
protected OracleShardingKey |
OracleXAConnectionBuilderImpl.shardingKey |
protected OracleShardingKey |
OracleXAConnectionBuilderImpl.superShardingKey |
protected OracleShardingKey |
OracleXAConnectionBuilderImpl.superShardingKey |
Modifier and Type | Method and Description |
---|---|
OracleXAConnectionBuilderImpl |
OracleXAConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
OracleXAConnectionBuilderImpl |
OracleXAConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
OracleXAConnectionBuilderImpl |
OracleXAConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
OracleXAConnectionBuilderImpl |
OracleXAConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
Modifier and Type | Field and Description |
---|---|
protected OracleShardingKey |
UCPXAConnectionBuilderImpl.shardingKey |
protected OracleShardingKey |
UCPConnectionBuilderImpl.shardingKey |
protected OracleShardingKey |
UCPXAConnectionBuilderImpl.superShardingKey |
protected OracleShardingKey |
UCPConnectionBuilderImpl.superShardingKey |
Modifier and Type | Method and Description |
---|---|
OracleShardingKey |
JDBCConnectionRetrievalInfo.getShardingKey()
Retrieves the Sharding Key object if set on the connection retrieval
information object.
|
OracleShardingKey |
JDBCConnectionRetrievalInfo.getSuperShardingKey()
Retrieves the super sharding key if set on the connection retrieval information
object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JDBCUniversalPooledConnection.setShardingKeyIfValid(OracleShardingKey key,
OracleShardingKey superKey,
int timeout)
No implementation in base class, will be implemented in Oracle specific
connection class.
|
UCPConnectionBuilder |
UCPConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
UCPConnectionBuilder |
UCPConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
UCPConnectionBuilder |
UCPConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
JDBCConnectionRetrievalInfo.Builder |
JDBCConnectionRetrievalInfo.Builder.shardingKey(OracleShardingKey shardingKey) |
UCPConnectionBuilder |
UCPConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
UCPConnectionBuilder |
UCPConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
UCPConnectionBuilder |
UCPConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
JDBCConnectionRetrievalInfo.Builder |
JDBCConnectionRetrievalInfo.Builder.superShardingKey(OracleShardingKey superKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
OracleUniversalPooledConnection.setShardingKeyIfValid(OracleShardingKey key,
OracleShardingKey superKey,
int timeout) |
Copyright © 2008, 2016, Oracle. All rights reserved.