Uses of Interface
oracle.jdbc.OracleShardingKey
Packages that use OracleShardingKey
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.Beginning in Oracle Release 12.2, some of the Oracle extensions to JDBC
are captured in the package
oracle.jdbc.datasource.A package of connection cache and pooling related classes.
-
Uses of OracleShardingKey in oracle.jdbc
Methods in oracle.jdbc that return OracleShardingKeyMethods in oracle.jdbc with parameters of type OracleShardingKeyModifier and TypeMethodDescriptionvoidOracleConnection.setShardingKey(OracleShardingKey shardingKey) Sets the sharding key on this connection.voidOracleConnection.setShardingKey(OracleShardingKey shardingKey, OracleShardingKey superShardingKey) Sets the sharding key and the super sharding key on this connection.voidOracleConnectionWrapper.setShardingKey(OracleShardingKey shardingKey) voidOracleConnectionWrapper.setShardingKey(OracleShardingKey key, OracleShardingKey superKey) booleanOracleConnection.setShardingKeyIfValid(OracleShardingKey shardingKey, int timeout) Checks the validity of the connection and also checks if the sharding key passed to this method is valid for the connection.booleanOracleConnection.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.booleanOracleConnectionWrapper.setShardingKeyIfValid(OracleShardingKey shardingKey, int timeout) booleanOracleConnectionWrapper.setShardingKeyIfValid(OracleShardingKey key, OracleShardingKey superKey, int timeout) OracleConnectionBuilder.shardingKey(OracleShardingKey shardingKey) OraclePooledConnectionBuilder.shardingKey(OracleShardingKey shardingKey) OracleXAConnectionBuilder.shardingKey(OracleShardingKey shardingKey) OracleConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) OraclePooledConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) OracleXAConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) -
Uses of OracleShardingKey in oracle.jdbc.datasource
Methods in oracle.jdbc.datasource with parameters of type OracleShardingKeyModifier and TypeMethodDescriptionvoidOraclePooledConnection.setShardingKey(OracleShardingKey shardingKey, OracleShardingKey superShardingKey) Sets the sharding key and the super sharding key on this connection.booleanOraclePooledConnection.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. -
Uses of OracleShardingKey in oracle.jdbc.pool
Classes in oracle.jdbc.pool that implement OracleShardingKeyMethods in oracle.jdbc.pool with parameters of type OracleShardingKeyModifier and TypeMethodDescriptionintOracleShardingKeyImpl.compareTo(OracleShardingKey o) Used to compare two OracleShardingKey keys.voidOraclePooledConnection.setShardingKey(OracleShardingKey shardingKey, OracleShardingKey superShardingKey) Sets the sharding key and the super sharding key on this connection.booleanOraclePooledConnection.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.