org.metasyntactic.database.babel
Interface BabelConstants
- All Known Implementing Classes:
- Babel, Deleter, Loader, Saver
- public interface BabelConstants
STRING_TABLE
public static final java.lang.String STRING_TABLE
- See Also:
- Constant Field Values
STRING_TABLE_KEY
public static final java.lang.String STRING_TABLE_KEY
CLASS_TABLE
public static final java.lang.String CLASS_TABLE
- See Also:
- Constant Field Values
CLASS_TABLE_KEY
public static final java.lang.String CLASS_TABLE_KEY
CLASS_DESCRIPTOR_TABLE
public static final java.lang.String CLASS_DESCRIPTOR_TABLE
- See Also:
- Constant Field Values
CLASS_DESCRIPTOR_TABLE_KEY
public static final java.lang.String CLASS_DESCRIPTOR_TABLE_KEY
OBJECT_TABLE
public static final java.lang.String OBJECT_TABLE
- See Also:
- Constant Field Values
OBJECT_ARRAY_TABLE
public static final java.lang.String OBJECT_ARRAY_TABLE
- See Also:
- Constant Field Values
PRIMITIVE_ARRAY_TABLE
public static final java.lang.String PRIMITIVE_ARRAY_TABLE
- See Also:
- Constant Field Values
OBJECT_TABLE_KEY
public static final java.lang.String OBJECT_TABLE_KEY
- See Also:
- Constant Field Values
OBJECT_TABLE_FOREIGN_KEY
public static final java.lang.String OBJECT_TABLE_FOREIGN_KEY
- See Also:
- Constant Field Values
OBJECT_ARRAY_TABLE_KEY
public static final java.lang.String OBJECT_ARRAY_TABLE_KEY
- See Also:
- Constant Field Values
PRIMITIVE_ARRAY_TABLE_KEY
public static final java.lang.String PRIMITIVE_ARRAY_TABLE_KEY
- See Also:
- Constant Field Values
PRIMITIVE_ARRAY_ELEMENT_SEPARATOR
public static final java.lang.String PRIMITIVE_ARRAY_ELEMENT_SEPARATOR
- See Also:
- Constant Field Values
NULL_REFERENCE
public static final int NULL_REFERENCE
- See Also:
- Constant Field Values
BOOLEAN_ARRAY
public static final int BOOLEAN_ARRAY
- See Also:
- Constant Field Values
BYTE_ARRAY
public static final int BYTE_ARRAY
- See Also:
- Constant Field Values
CHAR_ARRAY
public static final int CHAR_ARRAY
- See Also:
- Constant Field Values
DOUBLE_ARRAY
public static final int DOUBLE_ARRAY
- See Also:
- Constant Field Values
FLOAT_ARRAY
public static final int FLOAT_ARRAY
- See Also:
- Constant Field Values
INT_ARRAY
public static final int INT_ARRAY
- See Also:
- Constant Field Values
LONG_ARRAY
public static final int LONG_ARRAY
- See Also:
- Constant Field Values
SHORT_ARRAY
public static final int SHORT_ARRAY
- See Also:
- Constant Field Values