Package com.saxonica.functions.sql


package com.saxonica.functions.sql

This package contains implementations of extension functions allowing access to SQL databases.

These functions were newly introduced in Saxon 9.9, effectively replacing the XSLT-only extension instructions that had been available for many years, but which failed to take advantage of useful new XPath 3.1 capabilities such as maps and higher-order functions.

  • Classes
    Class
    Description
    This class implements the sql:connect() extension function.
    This class implements the sql:delete() extension function.
    This class implements the sql:execute() extension function.
    The SQLFunctionSet is a set of Saxon vendor-supplied extension functions designed to enable access to SQL databases
    This class implements the sql:insert() extension function.
    This class implements the sql:prepared-query() extension function.
    This class implements the sql:prepared-statement() extension function.
    This class implements the sql:query() extension function.
     
    This class implements the sql:table() extension function.
    This class implements the sql:update() extension function.