Class DatabaseFunction

    • Field Detail

      • CURRENT_DATE_TIME_PLACE_HOLDER

        public static final String CURRENT_DATE_TIME_PLACE_HOLDER
        String value used for comparison. If a function matches this value then it should be replaces by the real current timestamp function.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DatabaseFunction

        public DatabaseFunction​(String value)
      • DatabaseFunction

        public DatabaseFunction​(String schemaName,
                                String value)
    • Method Detail

      • getValue

        public String getValue()
      • getSchemaName

        public String getSchemaName()
      • setSchemaName

        public void setSchemaName​(String schemaName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object