Uses of Class
com.oracle.database.selectai.model.DbConnectionConfig.Builder
Packages that use DbConnectionConfig.Builder
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of DbConnectionConfig.Builder in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return DbConnectionConfig.BuilderModifier and TypeMethodDescriptionstatic DbConnectionConfig.BuilderDbConnectionConfig.builder()Creates a builder for database connection configuration.DbConnectionConfig.Builder.dbPassword(String dbPassword) Sets the database password.Sets the database username.DbConnectionConfig.Builder.jdbcProperties(Properties jdbcProperties) Sets additional JDBC properties to use when creating the database connection throughDriverManager.Sets an explicit JDBC URL.DbConnectionConfig.Builder.walletPassword(String walletPassword) Sets the password for a password-protected wallet.