Package meta.psm
Class OracleAttributeKeys
- java.lang.Object
-
- meta.psm.OracleAttributeKeys
-
public class OracleAttributeKeys extends Object
- Author:
- Jorge Campins
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFERRED_SEGMENT_CREATIONstatic StringENABLE_CONSTRAINTstatic StringPHYSICAL_ATTRIBUTESstatic StringSTORAGEstatic StringTABLESPACE
-
Constructor Summary
Constructors Constructor Description OracleAttributeKeys()
-
-
-
Field Detail
-
DEFERRED_SEGMENT_CREATION
public static final String DEFERRED_SEGMENT_CREATION
- See Also:
- Constant Field Values
-
PHYSICAL_ATTRIBUTES
public static final String PHYSICAL_ATTRIBUTES
- See Also:
- Constant Field Values
-
STORAGE
public static final String STORAGE
- See Also:
- Constant Field Values
-
TABLESPACE
public static final String TABLESPACE
- See Also:
- Constant Field Values
-
ENABLE_CONSTRAINT
public static final String ENABLE_CONSTRAINT
- See Also:
- Constant Field Values
-
-