Uses of Interface
com.oracle.database.selectai.SelectAI
Packages that use SelectAI
Package
Description
Public API for using Oracle Select AI from Java applications.
-
Uses of SelectAI in com.oracle.database.selectai
Methods in com.oracle.database.selectai that return SelectAIModifier and TypeMethodDescriptionstatic SelectAISelectAI.create(DbConnectionConfig dbConnectionConfig) Creates a SelectAI client from database connection configuration.static SelectAISelectAI.create(DbConnectionConfig dbConnectionConfig, SelectAIOptions options) Creates a SelectAI client from database connection configuration and SDK execution options.static SelectAISelectAI.create(DataSource dataSource) Creates a SelectAI client backed by aDataSource.static SelectAISelectAI.create(DataSource dataSource, SelectAIOptions options) Creates a SelectAI client backed by aDataSourceand SDK execution options.