OracleTableProperties.OracleTableCompression instead@Deprecated public static enum OracleTablespaceProperties.DefaultTableCompression extends java.lang.Enum<OracleTablespaceProperties.DefaultTableCompression>
| Enum Constant and Description | 
|---|
COMPRESS
Deprecated.  
  | 
COMPRESS_FOR_ALL_OPERATIONS
Deprecated.  
  | 
COMPRESS_FOR_ARCHIVE_HIGH
Deprecated.  
  | 
COMPRESS_FOR_ARCHIVE_LOW
Deprecated.  
  | 
COMPRESS_FOR_DIRECT_LOAD_OPERATIONS
Deprecated.  
  | 
COMPRESS_FOR_OLTP
Deprecated.  
  | 
COMPRESS_FOR_QUERY_HIGH
Deprecated.  
  | 
COMPRESS_FOR_QUERY_LOW
Deprecated.  
  | 
NOCOMPRESS
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static OracleTablespaceProperties.DefaultTableCompression | 
valueOf(java.lang.String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static OracleTablespaceProperties.DefaultTableCompression[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final OracleTablespaceProperties.DefaultTableCompression NOCOMPRESS
public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS
public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_ALL_OPERATIONS
public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_DIRECT_LOAD_OPERATIONS
public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_OLTP
public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_ARCHIVE_LOW
public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_ARCHIVE_HIGH
public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_QUERY_LOW
public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_QUERY_HIGH
public static OracleTablespaceProperties.DefaultTableCompression[] values()
for (OracleTablespaceProperties.DefaultTableCompression c : OracleTablespaceProperties.DefaultTableCompression.values()) System.out.println(c);
public static OracleTablespaceProperties.DefaultTableCompression valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null