Uses of Class
com.oracle.bmc.databasemanagement.model.Tablespace.DefaultInMemory
-
Packages that use Tablespace.DefaultInMemory Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of Tablespace.DefaultInMemory in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Tablespace.DefaultInMemory Modifier and Type Method Description static Tablespace.DefaultInMemory
Tablespace.DefaultInMemory. create(String key)
Tablespace.DefaultInMemory
Tablespace. getDefaultInMemory()
Indicates whether the In-Memory Column Store (IM column store) is by default enabled or disabled for tables in the tablespace.static Tablespace.DefaultInMemory
Tablespace.DefaultInMemory. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tablespace.DefaultInMemory[]
Tablespace.DefaultInMemory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type Tablespace.DefaultInMemory Modifier and Type Method Description Tablespace.Builder
Tablespace.Builder. defaultInMemory(Tablespace.DefaultInMemory defaultInMemory)
Indicates whether the In-Memory Column Store (IM column store) is by default enabled or disabled for tables in the tablespace.
-