Package net.sf.saxon.sql
This package provides some sample extension elements for loading data into an SQL database.
These classes are not intended as a production-quality tool, rather as an illustration
of what can be achieved using extension elements. The classes are not distributed in the main
saxon8.jar
file, but in a separate saxon8-sql.jar
file, which must
be added to the classpath when these extensions are used.
These SQL extensions are documented in the file sql-extension.html
in the main
documentation directory.
Michael H. Kay
Saxonica Limited
9 February 2005
-
Class Summary Class Description SQLClose An sql:close element in the stylesheet.SQLColumn An sql:column element in the stylesheet.SQLConnect An sql:connect element in the stylesheet.SQLDelete An sql:delete element in the stylesheet.SQLElementFactory Class SQLElementFactory.SQLInsert An sql:insert element in the stylesheet.SQLQuery An sql:query element in the stylesheet.SQLUpdate An sql:update element in the stylesheet.