net.sf.saxon.sql

Class SQLInsert

public class SQLInsert extends ExtensionInstruction

An sql:insert element in the stylesheet.
Field Summary
Expressionconnection
Stringtable
Method Summary
Expressioncompile(Executable exec)
ListgetColumnInstructions(Executable exec)
voidprepareAttributes()
voidvalidate()

Field Detail

connection

Expression connection

table

String table

Method Detail

compile

public Expression compile(Executable exec)

getColumnInstructions

public List getColumnInstructions(Executable exec)

prepareAttributes

public void prepareAttributes()

validate

public void validate()