|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.das.rdb.impl.BaseCommandImpl
org.apache.tuscany.das.rdb.impl.CommandImpl
org.apache.tuscany.das.rdb.impl.WriteCommandImpl
org.apache.tuscany.das.rdb.impl.UpdateCommandImpl
public class UpdateCommandImpl
Field Summary |
---|
Fields inherited from class org.apache.tuscany.das.rdb.impl.CommandImpl |
---|
parameters, resultSetShape, statement |
Fields inherited from class org.apache.tuscany.das.rdb.impl.BaseCommandImpl |
---|
configWrapper |
Constructor Summary | |
---|---|
UpdateCommandImpl(Command command)
|
|
UpdateCommandImpl(java.lang.String sqlString)
|
|
UpdateCommandImpl(Update update)
|
Method Summary |
---|
Methods inherited from class org.apache.tuscany.das.rdb.impl.WriteCommandImpl |
---|
addParameters, addResultDescriptor, basicExecute, execute, executeQuery, getGeneratedKey, getMappingModel, getResultDescriptor, getResultDescriptors, printResultDescriptors, removeResultDescriptor, removeResultDescriptor, setResultDescriptors, toString |
Methods inherited from class org.apache.tuscany.das.rdb.impl.CommandImpl |
---|
addParameter, close, getConnection, getParameter, getParameter, getParameters, setConnection, setParameter, setParameter |
Methods inherited from class org.apache.tuscany.das.rdb.impl.BaseCommandImpl |
---|
setConnection, setConnection, setConnection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateCommandImpl(Command command)
public UpdateCommandImpl(java.lang.String sqlString)
public UpdateCommandImpl(Update update)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |