OracleConnectionStringBuilder |
OracleConnectionStringBuilder.addConnectInfo(String host, int port) |
Creating a new ConnectInfo using the given host and port value and adds to the ConnectInfoList.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.addConnectInfo(OracleConnectionStringBuilder.ConnectInfo connectInfo) |
Adds the given ConnectInfo to the ConnectInfoList which will be used for creating the TNS connect string.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.connectTimeout(int connectTimeout) |
Used to configure the value of CONNECT_TIMEOUT in the DESCRIPTION node.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.instanceName(String instanceName) |
Used to configure the value of INSTANCE_NAME in the CONNECT_DATA node.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.loadBalance(boolean loadBalance) |
Used to configure the value of LOAD_BALANCE in the ADDRESS_LIST node.
|
static OracleConnectionStringBuilder |
OracleConnectionStringBuilder.newInstance() |
Factory method for creating a new instance of OracleConnectionBuilder.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.retryCount(int retryCount) |
Used to configure the value of RETRY_COUNT in the DESCRIPTION node.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.retryDelay(int retryDelay) |
Used to configure the value of RETRY_DELAY in the DESCRIPTION node.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.serverDN(String serverDN) |
Used to configure the value of SSL_SERVER_CERT_DN in the SECURITY node.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.serverMode(String serverMode) |
Used to configure the value of SERVER in the CONNECT_DATA node.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.serviceName(String serviceName) |
Used to configure the value of SERVICE_NAME of the CONNECT_DATA node.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.transportConnectTimeout(int transportConnectTimeout) |
Used to configure the value of TRANSPORT_CONNECT_TIMEOUT in the DESCRIPTION node.
|
OracleConnectionStringBuilder |
OracleConnectionStringBuilder.walletDirectory(String walletDirectory) |
Used to configure the value of MY_WALLET_DIRECTORY in the SECURITY node.
|