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