org.oXML.extras.db
Class QueryTemplate

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

public class QueryTemplate
extends java.lang.Object
implements Template


Constructor Summary
QueryTemplate(Name name, Query query)
           
 
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

QueryTemplate

public QueryTemplate(Name name,
                     Query query)
Method Detail

process

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

toString

public java.lang.String toString()