org.oXML.extras.db
Class ExecuteTemplate

java.lang.Object
  extended byorg.oXML.extras.db.ExecuteTemplate
All Implemented Interfaces:
Template

public class ExecuteTemplate
extends java.lang.Object
implements Template


Constructor Summary
ExecuteTemplate(Name connectionName, Expression stmt)
           
ExecuteTemplate(Name connectionName, Expression stmt, Template target)
           
 
Method Summary
 void process(RuntimeContext env)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteTemplate

public ExecuteTemplate(Name connectionName,
                       Expression stmt)

ExecuteTemplate

public ExecuteTemplate(Name connectionName,
                       Expression stmt,
                       Template target)
Method Detail

process

public void process(RuntimeContext env)
             throws ObjectBoxException
Specified by:
process in interface Template
Throws:
ObjectBoxException

toString

public java.lang.String toString()