Class DatabaseFunction

    • Constructor Detail

      • DatabaseFunction

        public DatabaseFunction()
      • DatabaseFunction

        public DatabaseFunction​(DatabaseFunction source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getFunc

        public String getFunc()
        Get 函数名称
        Returns:
        Func 函数名称
      • setFunc

        public void setFunc​(String Func)
        Set 函数名称
        Parameters:
        Func - 函数名称