Class UpdateRowsCommand

java.lang.Object
org.labkey.remoteapi.Command<ResponseType,org.apache.hc.client5.http.classic.methods.HttpPost>
All Implemented Interfaces:
HasRequiredVersion

public class UpdateRowsCommand extends SaveRowsCommand
Command for updating rows into a table in a read-write schema. The user associated with the connection used when executing this command must have permission to update data into the specified query.

For details on schemas and queries, and example code, see the SaveRowsCommand.

See Also:
  • Constructor Details

    • UpdateRowsCommand

      public UpdateRowsCommand(String schemaName, String queryName)
      Constructs an UpdateRowsCommand for the given schemaName and queryName. See the SaveRowsCommand for more details.
      Parameters:
      schemaName - The schemaName
      queryName - The queryName.
      See Also: