Uses of Class
com.oracle.bmc.nosql.model.Schema
-
Packages that use Schema Package Description com.oracle.bmc.nosql.model -
-
Uses of Schema in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return Schema Modifier and Type Method Description Schema
Schema.Builder. build()
Schema
Table. getSchema()
Methods in com.oracle.bmc.nosql.model with parameters of type Schema Modifier and Type Method Description Schema.Builder
Schema.Builder. copy(Schema model)
Table.Builder
Table.Builder. schema(Schema schema)
Constructors in com.oracle.bmc.nosql.model with parameters of type Schema Constructor Description Table(String id, String name, String compartmentId, Date timeCreated, Date timeUpdated, TableLimits tableLimits, Table.LifecycleState lifecycleState, Boolean isAutoReclaimable, Date timeOfExpiration, String lifecycleDetails, Schema schema, String ddlStatement, Table.SchemaState schemaState, Boolean isMultiRegion, Integer localReplicaInitializationInPercent, List<Replica> replicas, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-