Uses of Class
com.oracle.bmc.generativeaiagent.model.DatabaseFunction
-
Packages that use DatabaseFunction Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of DatabaseFunction in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return DatabaseFunction Modifier and Type Method Description DatabaseFunction
DatabaseFunction.Builder. build()
Methods in com.oracle.bmc.generativeaiagent.model that return types with arguments of type DatabaseFunction Modifier and Type Method Description List<DatabaseFunction>
OciDatabaseConfig. getDatabaseFunctions()
Array of Database functions to be used.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type DatabaseFunction Modifier and Type Method Description DatabaseFunction.Builder
DatabaseFunction.Builder. copy(DatabaseFunction model)
Method parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type DatabaseFunction Modifier and Type Method Description OciDatabaseConfig.Builder
OciDatabaseConfig.Builder. databaseFunctions(List<DatabaseFunction> databaseFunctions)
Array of Database functions to be used.Constructor parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type DatabaseFunction Constructor Description OciDatabaseConfig(DatabaseConnection databaseConnection, List<DatabaseFunction> databaseFunctions)
Deprecated.
-