org.arch4j.dataaccess.common
Class StatementQuery
java.lang.Object
|
+--org.arch4j.dataaccess.common.StatementQuery
- All Implemented Interfaces:
- Query
- public class StatementQuery
- extends Object
- implements Query
This class holds on to a SQL and a list of parameters
This class is a wrapper for The
- Version:
- 1.0
- Author:
- Vibhu Srinivasan
StatementQuery
public StatementQuery(String sql,
List parameters)
- This constructor would build the SQL and susbstiture the ?
from the list
StatementQuery
public StatementQuery(String sql)
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.