Interface ArgumentsValidator

    • Method Detail

      • getSignature

        default String getSignature()
        Pretty-print the signature of the argument list.
      • validateSqlTypes

        default void validateSqlTypes​(List<? extends SqlAstNode> arguments,
                                      String functionName)
        Perform validation that requires the SqlAstNode tree and assigned JDBC types.