com.redstarhackers.jdbc
Class ParameterQueryProcessor
java.lang.Object
com.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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterQueryProcessor
public ParameterQueryProcessor()
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