Class InsertRowsCommand

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

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

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

See Also:
  • Constructor Details

    • InsertRowsCommand

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