Package meta.psm
Class PostgreSQLAttributeKeys
- java.lang.Object
-
- meta.psm.PostgreSQLAttributeKeys
-
public class PostgreSQLAttributeKeys extends Object
- Author:
- Jorge Campins
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTOVACUUM_ENABLEDstatic StringFILLFACTORstatic StringTABLESPACEstatic StringWITH
-
Constructor Summary
Constructors Constructor Description PostgreSQLAttributeKeys()
-
-
-
Field Detail
-
WITH
public static final String WITH
- See Also:
- Constant Field Values
-
FILLFACTOR
public static final String FILLFACTOR
- See Also:
- Constant Field Values
-
AUTOVACUUM_ENABLED
public static final String AUTOVACUUM_ENABLED
- See Also:
- Constant Field Values
-
TABLESPACE
public static final String TABLESPACE
- See Also:
- Constant Field Values
-
-