public class UpdateRowsCommand extends SaveRowsCommand
For details on schemas and queries, and example code, see the SaveRowsCommand
.
SaveRowsCommand
Command.CommonParameters, Command.Response
CONTENT_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, setSchemaName
createRequest, setJsonObject
_execute, checkThrowError, execute, getActionName, getActionUrl, getControllerName, getHttpRequest, getParameters, getParamValueAsString, getQueryString, getRequiredVersion, getTimeout, setParameters, setRequiredVersion, setTimeout
public UpdateRowsCommand(java.lang.String schemaName, java.lang.String queryName)
SaveRowsCommand
for more details.schemaName
- The schemaNamequeryName
- The queryName.SaveRowsCommand
public UpdateRowsCommand(UpdateRowsCommand source)
public UpdateRowsCommand copy()
Command
copy
in class SaveRowsCommand