net.sf.saxon.option.sql

Class SQLDelete

public class SQLDelete extends ExtensionInstruction

An sql:delete element in the stylesheet.

Author: Mathias Payer Michael Kay

For example:

   <sql:delete connection="{$connection}" table="table-name" where="{$where}"
                 xsl:extension-element-prefixes="sql" />
 

Field Summary
Expressionconnection
Stringtable
Expressionwhere
Method Summary
Expressioncompile(Executable exec)
voidprepareAttributes()
voidvalidate()

Field Detail

connection

Expression connection

table

String table

where

Expression where

Method Detail

compile

public Expression compile(Executable exec)

prepareAttributes

public void prepareAttributes()

validate

public void validate()