agonism.dovetail.site
Class QueryString.Statement

java.lang.Object
  |
  +--agonism.dovetail.site.QueryString.Statement
All Implemented Interfaces:
IQueryStatement
Enclosing class:
QueryString

protected class QueryString.Statement
extends java.lang.Object
implements IQueryStatement


Constructor Summary
QueryString.Statement()
           
 
Method Summary
 IQueryResult execute(java.sql.Connection c)
           
 void setParameter(int index, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryString.Statement

public QueryString.Statement()
Method Detail

setParameter

public void setParameter(int index,
                         java.lang.Object value)
Specified by:
setParameter in interface IQueryStatement

execute

public IQueryResult execute(java.sql.Connection c)
Specified by:
execute in interface IQueryStatement