Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.javatools.db.ora
Enum OracleTablespaceProperties.DefaultTableCompression

java.lang.Object
  extended by java.lang.Enum<OracleTablespaceProperties.DefaultTableCompression>
      extended by oracle.javatools.db.ora.OracleTablespaceProperties.DefaultTableCompression

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<OracleTablespaceProperties.DefaultTableCompression>
Enclosing class:
OracleTablespaceProperties

public static enum OracleTablespaceProperties.DefaultTableCompression
extends java.lang.Enum<OracleTablespaceProperties.DefaultTableCompression>

Enum Constant Summary
COMPRESS
           
COMPRESS_FOR_ALL_OPERATIONS
           
COMPRESS_FOR_ARCHIVE_HIGH
           
COMPRESS_FOR_ARCHIVE_LOW
           
COMPRESS_FOR_DIRECT_LOAD_OPERATIONS
           
COMPRESS_FOR_OLTP
           
COMPRESS_FOR_QUERY_HIGH
           
COMPRESS_FOR_QUERY_LOW
           
NOCOMPRESS
           

 

Method Summary
static OracleTablespaceProperties.DefaultTableCompression valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OracleTablespaceProperties.DefaultTableCompression[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

COMPRESS

public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS

COMPRESS_FOR_ALL_OPERATIONS

public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_ALL_OPERATIONS

COMPRESS_FOR_DIRECT_LOAD_OPERATIONS

public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_DIRECT_LOAD_OPERATIONS

NOCOMPRESS

public static final OracleTablespaceProperties.DefaultTableCompression NOCOMPRESS

COMPRESS_FOR_OLTP

public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_OLTP

COMPRESS_FOR_ARCHIVE_LOW

public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_ARCHIVE_LOW

COMPRESS_FOR_ARCHIVE_HIGH

public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_ARCHIVE_HIGH

COMPRESS_FOR_QUERY_LOW

public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_QUERY_LOW

COMPRESS_FOR_QUERY_HIGH

public static final OracleTablespaceProperties.DefaultTableCompression COMPRESS_FOR_QUERY_HIGH

Method Detail

values

public static OracleTablespaceProperties.DefaultTableCompression[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (OracleTablespaceProperties.DefaultTableCompression c : OracleTablespaceProperties.DefaultTableCompression.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static OracleTablespaceProperties.DefaultTableCompression valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.