org.tranql.sql.jdbc
Class JDBCQueryCommand
java.lang.Object
org.tranql.sql.jdbc.JDBCQueryCommand
- All Implemented Interfaces:
- QueryCommand, java.io.Serializable
- public class JDBCQueryCommand
- extends java.lang.Object
- implements QueryCommand
- Version:
- $Revision: 1.11 $ $Date: 2004/05/14 17:47:35 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCQueryCommand
public JDBCQueryCommand(Query query,
javax.sql.DataSource ds,
java.lang.String sqlText,
InputBinding[] paramBindings,
ResultBinding[] resultBindings)
getQuery
public Query getQuery()
- Specified by:
getQuery
in interface QueryCommand
execute
public java.lang.Object execute(ResultHandler handler,
Row params,
java.lang.Object arg)
throws QueryException
- Specified by:
execute
in interface QueryCommand
- Throws:
QueryException
getSQLText
public java.lang.String getSQLText()
getParamBindings
public InputBinding[] getParamBindings()
getResultBindings
public ResultBinding[] getResultBindings()
Copyright © -2005 The Codehaus. All Rights Reserved.