Uses of Interface
oracle.jdbc.OracleConnectionBuilder
Packages that use OracleConnectionBuilder
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.This package holds data source and connection builder classes that
implement the Oracle JDBC extension interfaces in the
oracle.jdbc.datasource and oracle.jdbc
packages.-
Uses of OracleConnectionBuilder in oracle.jdbc
Methods in oracle.jdbc that return OracleConnectionBuilderModifier and TypeMethodDescriptionOracleConnectionBuilder.accessToken(AccessToken accessToken) Specifies theaccessTokento be used when creating a connection.OracleConnectionBuilder.executorOracle(Executor executor) Set theExecutorused for asynchronous tasks by thisConnectionBuilderand anyConnectionobjects built by it.OracleConnectionBuilder.gssCredential(GSSCredential credential) Provide the GSSCredential used to authenticate the connection.OracleConnectionBuilder.hostnameResolver(OracleHostnameResolver hostnameResolver) Sets a custom hostname resolver implementingOracleHostnameResolverused to provide a custom DNS name resolution strategy to locate the database host.OracleConnectionBuilder.radiusChallengeResponseHandler(Function<byte[], byte[]> radiusAuthenticationHandler) Specifies theFunctionthat will be used during the Challenge/Response phase of RADIUS authentication.OracleConnectionBuilder.readOnlyInstanceAllowed(boolean readOnlyInstanceAllowed) Sets the read-only instance allowed value on this builder.OracleConnectionBuilder.shardingKey(ShardingKey shardingKey) OracleConnectionBuilder.shardingKey(OracleShardingKey shardingKey) OracleConnectionBuilder.sslContext(SSLContext sslContext) Specifies aSSLContextto use as a factory for SSLEngine objects that carry out the TLS protocol.OracleConnectionBuilder.superShardingKey(ShardingKey superShardingKey) OracleConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) OracleConnectionBuilder.traceEventListener(TraceEventListener traceEventListener) Configures aTraceEventListenerthat receives events from connections built by this builder. -
Uses of OracleConnectionBuilder in oracle.jdbc.datasource
Methods in oracle.jdbc.datasource that return OracleConnectionBuilderModifier and TypeMethodDescriptionOracleDataSource.createConnectionBuilder()Create a newOracleConnectionBuilderinstance -
Uses of OracleConnectionBuilder in oracle.jdbc.datasource.impl
Classes in oracle.jdbc.datasource.impl that implement OracleConnectionBuilderModifier and TypeClassDescriptionclassOracle Implementation class for Connection Builder