Uses of Class
com.oracle.bmc.generativeai.model.SchemaItem
-
Packages that use SchemaItem Package Description com.oracle.bmc.generativeai.model -
-
Uses of SchemaItem in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return SchemaItem Modifier and Type Method Description SchemaItemSchemaItem.Builder. build()Methods in com.oracle.bmc.generativeai.model that return types with arguments of type SchemaItem Modifier and Type Method Description List<SchemaItem>CreateSchemasDatabaseToolsConnectionDetails. getSchemas()Array of database schemas to be included in the connection.List<SchemaItem>SchemasDatabaseToolsConnectionDetails. getSchemas()Array of database schemas to be included in the connection.Methods in com.oracle.bmc.generativeai.model with parameters of type SchemaItem Modifier and Type Method Description SchemaItem.BuilderSchemaItem.Builder. copy(SchemaItem model)Method parameters in com.oracle.bmc.generativeai.model with type arguments of type SchemaItem Modifier and Type Method Description CreateSchemasDatabaseToolsConnectionDetails.BuilderCreateSchemasDatabaseToolsConnectionDetails.Builder. schemas(List<SchemaItem> schemas)Array of database schemas to be included in the connection.SchemasDatabaseToolsConnectionDetails.BuilderSchemasDatabaseToolsConnectionDetails.Builder. schemas(List<SchemaItem> schemas)Array of database schemas to be included in the connection.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type SchemaItem Constructor Description CreateSchemasDatabaseToolsConnectionDetails(List<SchemaItem> schemas)Deprecated.SchemasDatabaseToolsConnectionDetails(List<SchemaItem> schemas)Deprecated.
-