edu.uoc.pfc.lcamps.persistenciaFW.constants
Class GeneratorConstants
java.lang.Object
edu.uoc.pfc.lcamps.persistenciaFW.constants.GeneratorConstants
public final class GeneratorConstants
- extends java.lang.Object
Classe que conté les constants que s'utilitzen en l'autogeneració del codi per la creació de les taules de BBDD
- Author:
- Llorenç Camps
13/12/2013
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVA_EXTENSION
public static final java.lang.String JAVA_EXTENSION
- See Also:
- Constant Field Values
SYMBOL_LIKE
public static final java.lang.String SYMBOL_LIKE
- See Also:
- Constant Field Values
PREFIX_DEFAULT_PCKG
public static final java.lang.String PREFIX_DEFAULT_PCKG
- See Also:
- Constant Field Values
PREFIX_DEFAULT_CLASS
public static final java.lang.String PREFIX_DEFAULT_CLASS
- See Also:
- Constant Field Values
SUFIX_DEFAULT_CLASS
public static final java.lang.String SUFIX_DEFAULT_CLASS
- See Also:
- Constant Field Values
DOT
public static final java.lang.String DOT
- See Also:
- Constant Field Values
SUFIX_GENERATE_CLASS
public static final java.lang.String SUFIX_GENERATE_CLASS
- See Also:
- Constant Field Values
METADADA_CATALEG_INDEX
public static final int METADADA_CATALEG_INDEX
- See Also:
- Constant Field Values
METADADA_SCHEMA_INDEX
public static final int METADADA_SCHEMA_INDEX
- See Also:
- Constant Field Values
METADADA_TABLENAME_INDEX
public static final int METADADA_TABLENAME_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_NAME_INDEX
public static final int METADADA_COLUMN_NAME_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_DATATYPE_INDEX
public static final int METADADA_COLUMN_DATATYPE_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_TYPENAME_INDEX
public static final int METADADA_COLUMN_TYPENAME_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_SIZE_INDEX
public static final int METADADA_COLUMN_SIZE_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_BUFFERLENGTH_INDEX
public static final int METADADA_COLUMN_BUFFERLENGTH_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_DECIMALDIGITS_INDEX
public static final int METADADA_COLUMN_DECIMALDIGITS_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_PRECISION_INDEX
public static final int METADADA_COLUMN_PRECISION_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_ISNULLABLE_INDEX
public static final int METADADA_COLUMN_ISNULLABLE_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_ISAUTOINCREMENT_INDEX
public static final int METADADA_COLUMN_ISAUTOINCREMENT_INDEX
- See Also:
- Constant Field Values
METADADA_COLUMN_SQLDATATYPE_INDEX
public static final int METADADA_COLUMN_SQLDATATYPE_INDEX
- See Also:
- Constant Field Values
STRING_JAVA_TYPE
public static final java.lang.String STRING_JAVA_TYPE
- See Also:
- Constant Field Values
INTEGER_JAVA_TYPE
public static final java.lang.String INTEGER_JAVA_TYPE
- See Also:
- Constant Field Values
LONG_JAVA_TYPE
public static final java.lang.String LONG_JAVA_TYPE
- See Also:
- Constant Field Values
TIMESTAMP_JAVA_TYPE
public static final java.lang.String TIMESTAMP_JAVA_TYPE
- See Also:
- Constant Field Values
BOOLEAN_JAVA_TYPE
public static final java.lang.String BOOLEAN_JAVA_TYPE
- See Also:
- Constant Field Values
FLOAT_JAVA_TYPE
public static final java.lang.String FLOAT_JAVA_TYPE
- See Also:
- Constant Field Values
DOUBLE_JAVA_TYPE
public static final java.lang.String DOUBLE_JAVA_TYPE
- See Also:
- Constant Field Values
DECIMAL_JAVA_TYPE
public static final java.lang.String DECIMAL_JAVA_TYPE
- See Also:
- Constant Field Values
BYTE_ARRAY_JAVA_TYPE
public static final java.lang.String BYTE_ARRAY_JAVA_TYPE
- See Also:
- Constant Field Values
GeneratorConstants
public GeneratorConstants()