Uses of Class
com.oracle.bmc.generativeaidata.model.DatabaseObject
-
Packages that use DatabaseObject Package Description com.oracle.bmc.generativeaidata.model -
-
Uses of DatabaseObject in com.oracle.bmc.generativeaidata.model
Methods in com.oracle.bmc.generativeaidata.model that return DatabaseObject Modifier and Type Method Description DatabaseObjectDatabaseObject.Builder. build()Methods in com.oracle.bmc.generativeaidata.model that return types with arguments of type DatabaseObject Modifier and Type Method Description List<DatabaseObject>PartialBuildEnrichmentJobConfiguration. getDatabaseObjects()Collection of the DatabaseObjects to be enriched for the given schema.Methods in com.oracle.bmc.generativeaidata.model with parameters of type DatabaseObject Modifier and Type Method Description DatabaseObject.BuilderDatabaseObject.Builder. copy(DatabaseObject model)Method parameters in com.oracle.bmc.generativeaidata.model with type arguments of type DatabaseObject Modifier and Type Method Description PartialBuildEnrichmentJobConfiguration.BuilderPartialBuildEnrichmentJobConfiguration.Builder. databaseObjects(List<DatabaseObject> databaseObjects)Collection of the DatabaseObjects to be enriched for the given schema.Constructor parameters in com.oracle.bmc.generativeaidata.model with type arguments of type DatabaseObject Constructor Description PartialBuildEnrichmentJobConfiguration(String schemaName, List<DatabaseObject> databaseObjects)Deprecated.
-