Class SQLFunction

    • Constructor Detail

      • SQLFunction

        public SQLFunction()
    • Method Detail

      • function

        public static SQLFunction function​(String name,
                                           @NonNull
                                           @NonNull SQLElement arg1,
                                           @NonNull
                                           @NonNull SQLElement... args)
        Constructs a generic SQLFunction made up of a function name and zero or more arguments.
        Parameters:
        name - the name of the function
        arg1 - the arg 1
        args - the arguments of the function
        Returns:
        the SQLFunction