|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.sql.jdbc.JDBCUpdateCommand
public class JDBCUpdateCommand
Constructor Summary | |
---|---|
JDBCUpdateCommand(Query query,
javax.sql.DataSource ds,
java.lang.String sql,
InputBinding[] inBindings)
|
Method Summary | |
---|---|
int |
execute(InTxCache cache,
Row row)
|
Query |
getQuery()
|
java.lang.String |
getSQLText()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDBCUpdateCommand(Query query, javax.sql.DataSource ds, java.lang.String sql, InputBinding[] inBindings)
Method Detail |
---|
public Query getQuery()
getQuery
in interface UpdateCommand
public java.lang.String getSQLText()
public int execute(InTxCache cache, Row row) throws QueryException
execute
in interface UpdateCommand
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |