Uses of Interface
oracle.jdbc.OracleConnectionStringBuilder
Packages that use OracleConnectionStringBuilder
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of OracleConnectionStringBuilder in oracle.jdbc
Methods in oracle.jdbc that return OracleConnectionStringBuilderModifier and TypeMethodDescriptionOracleConnectionStringBuilder.addConnectInfo(String host, int port) Creating a new ConnectInfo using the given host and port value and adds to the ConnectInfoList.OracleConnectionStringBuilder.addConnectInfo(OracleConnectionStringBuilder.ConnectInfo connectInfo) Adds the given ConnectInfo to the ConnectInfoList which will be used for creating the TNS connect string.OracleConnectionStringBuilder.connectTimeout(int connectTimeout) Used to configure the value of CONNECT_TIMEOUT in the DESCRIPTION node.OracleConnectionStringBuilder.instanceName(String instanceName) Used to configure the value of INSTANCE_NAME in the CONNECT_DATA node.OracleConnectionStringBuilder.loadBalance(boolean loadBalance) Used to configure the value of LOAD_BALANCE in the ADDRESS_LIST node.OracleConnectionStringBuilder.newInstance()Factory method for creating a new instance of OracleConnectionBuilder.OracleConnectionStringBuilder.retryCount(int retryCount) Used to configure the value of RETRY_COUNT in the DESCRIPTION node.OracleConnectionStringBuilder.retryDelay(int retryDelay) Used to configure the value of RETRY_DELAY in the DESCRIPTION node.Used to configure the value of SSL_SERVER_CERT_DN in the SECURITY node.OracleConnectionStringBuilder.serverMode(String serverMode) Used to configure the value of SERVER in the CONNECT_DATA node.OracleConnectionStringBuilder.serviceName(String serviceName) Used to configure the value of SERVICE_NAME of the CONNECT_DATA node.OracleConnectionStringBuilder.transportConnectTimeout(int transportConnectTimeout) Used to configure the value of TRANSPORT_CONNECT_TIMEOUT in the DESCRIPTION node.OracleConnectionStringBuilder.walletDirectory(String walletDirectory) Used to configure the value of MY_WALLET_DIRECTORY in the SECURITY node.