public class UpdateRowsCommand extends SaveRowsCommand
For details on schemas and queries, and example code, see the SaveRowsCommand.
SaveRowsCommandCommand.CommonParameters, Command.ResponseCONTENT_TYPE_JSON| Constructor and Description |
|---|
UpdateRowsCommand(java.lang.String schemaName,
java.lang.String queryName)
Constructs an UpdateRowsCommand for the given schemaName and queryName.
|
UpdateRowsCommand(UpdateRowsCommand source) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRowsCommand |
copy()
Returns a copy of this object.
|
addRow, createResponse, getExtraContext, getJsonObject, getQueryName, getRows, getSchemaName, setExtraContext, setQueryName, setRows, setSchemaNamecreateMethod, setJsonObject_execute, execute, getActionName, getActionUrl, getControllerName, getHttpMethod, getParameters, getParamValueAsString, getQueryString, getRequiredVersion, getTimeout, setParameters, setRequiredVersion, setTimeoutpublic UpdateRowsCommand(java.lang.String schemaName,
java.lang.String queryName)
SaveRowsCommand for more details.schemaName - The schemaNamequeryName - The queryName.SaveRowsCommandpublic UpdateRowsCommand(UpdateRowsCommand source)
public UpdateRowsCommand copy()
Commandcopy in class SaveRowsCommand