Package adams.core

Class Constants

    • Field Detail

      • PLACEHOLDER_DATABASEID

        public static final String PLACEHOLDER_DATABASEID
        the placeholder for the database ID.
        See Also:
        Constant Field Values
      • TIMESTAMP_FORMAT_MSECS

        public static final String TIMESTAMP_FORMAT_MSECS
        the date format for timestamps (incl msecs).
        See Also:
        Constant Field Values
      • TIMESTAMP_FORMAT_ISO8601

        public static final String TIMESTAMP_FORMAT_ISO8601
        the date format for timestamps (ISO-8601).
        See Also:
        Constant Field Values
      • TIMESTAMP_DEFAULT_MYSQL

        public static final String TIMESTAMP_DEFAULT_MYSQL
        the default value for MySQL timestamps (Jan 2nd to avoid timezone issues).
        See Also:
        Constant Field Values
      • BACKQUOTE_CHARS

        public static final char[] BACKQUOTE_CHARS
        the characters to backquote.
      • BACKQUOTED_STRINGS

        public static final String[] BACKQUOTED_STRINGS
        the backquoted string representations of characters to backquote.
      • ESCAPE_CHARS

        public static final char[] ESCAPE_CHARS
        the characters to escape.
      • ESCAPE_STRINGS

        public static final String[] ESCAPE_STRINGS
        the escaped string representations of characters to backquote.
    • Constructor Detail

      • Constants

        public Constants()