Package org.cdlib.xtf.saxonExt.sql

This package implements a Saxon extension that allows stylesheets to connect to external SQL databases, and to insert, update, query, and delete rows.

See:
          Description

Class Summary
SQLClose An sql:close element in the stylesheet.
SQLClose.CloseInstruction  
SQLColumn An sql:column element in the stylesheet.
SQLColumn.ColumnInstruction  
SQLConnect An sql:connect element in the stylesheet.
SQLConnect.ConnectInstruction  
SQLDelete An sql:delete element in the stylesheet.
SQLDelete.DeleteInstruction  
SQLInsert An sql:insert element in the stylesheet.
SQLInsert.InsertInstruction  
SQLProperty An sql:property element in the stylesheet.
SQLProperty.PropertyInstruction  
SQLQuery An sql:query element in the stylesheet.
SQLQuery.QueryInstruction  
SQLUpdate An sql:update element in the stylesheet.
SQLUpdate.UpdateInstruction  
 

Package org.cdlib.xtf.saxonExt.sql Description

This package implements a Saxon extension that allows stylesheets to connect to external SQL databases, and to insert, update, query, and delete rows.