Uses of Class
oracle.jdbc.OracleConnectionStringBuilder.ConnectInfo
Packages that use OracleConnectionStringBuilder.ConnectInfo
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of OracleConnectionStringBuilder.ConnectInfo in oracle.jdbc
Methods in oracle.jdbc that return OracleConnectionStringBuilder.ConnectInfoModifier and TypeMethodDescriptionConfigures host name of the Oracle Database in the connection string.OracleConnectionStringBuilder.ConnectInfo.newInstance()Factory method for building a new instance of ConnectInfo.OracleConnectionStringBuilder.ConnectInfo.port(int port) Configures port number of the Oracle Database in the connection string.Configures transport protocol type of the Oracle Database in the connection string.Configures host name of proxy server to connect to the Oracle Database.OracleConnectionStringBuilder.ConnectInfo.proxyPort(int proxyPort) Configures port of proxy server to connect to the Oracle Database.OracleConnectionStringBuilder.ConnectInfo.webSocketURI(String webSocketURI) Used to configure the web-socket URL for the "WSS" connections.Methods in oracle.jdbc with parameters of type OracleConnectionStringBuilder.ConnectInfoModifier and TypeMethodDescriptionOracleConnectionStringBuilder.addConnectInfo(OracleConnectionStringBuilder.ConnectInfo connectInfo) Adds the given ConnectInfo to the ConnectInfoList which will be used for creating the TNS connect string.