com.redstarhackers.jdbc
Class ParameterQueryProcessor

java.lang.Object
  extended bycom.redstarhackers.jdbc.ParameterQueryProcessor
All Implemented Interfaces:
QueryProcessor

public class ParameterQueryProcessor
extends java.lang.Object
implements QueryProcessor

TODO Class summary sentence. Class documentation.

Version:
$Revision: 1076 $
Author:
$Author: kostya $

Constructor Summary
ParameterQueryProcessor()
           
 
Method Summary
 java.sql.Statement getStatement()
           
 java.util.List getValues()
           
 java.sql.Statement process()
           
 void setStatement(java.sql.Statement statement)
           
 void setValues(java.util.List vals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterQueryProcessor

public ParameterQueryProcessor()
Method Detail

getStatement

public java.sql.Statement getStatement()

setStatement

public void setStatement(java.sql.Statement statement)

getValues

public java.util.List getValues()

setValues

public void setValues(java.util.List vals)

process

public java.sql.Statement process()
                           throws ProcessingException,
                                  java.sql.SQLException
Specified by:
process in interface QueryProcessor
Throws:
ProcessingException
java.sql.SQLException