Package org.labkey.remoteapi.query
package org.labkey.remoteapi.query
-
ClassDescriptionBaseQueryCommand<ResponseType extends CommandResponse>Base class for commands that make changes to rows exposed from a given query in a given schema.Common methods implemented by SelectRowsCommand and ExecuteSqlCommandRepresents a container filter that can be used with the
ExecuteSqlCommandand theSelectRowsCommand.Command for deleting rows from a read-write schema.Command for executing arbitrary LabKey SQL.Represents a filter definition for a queryCommand for obtaining the list of queries available within a given schema.Represents the response from a GetQueriesCommand.Command for obtaining the list of queries available within a given schema.Represents the response from a GetQueriesCommand.Command to obtain the list of schemas available in a given folder path.Represents the response of a GetSchemasCommand.Import data in bulk from a text, local file, or a file contained within a module on the LabKey Server.Command for inserting rows into a table in a read-write schema.Command for moving rows from a compatible schema table.Provides a format-neutral way of obtaining a row's value.Provides an iterable interface over the response rows that hides the differences between the simple and extended response formats.Response object used for command responses that derive fromBaseRowsResponse.Command for executing multiple data modification operations (insert, update, delete) in a single request to a LabKey Server.Represents a single command operation of a specified type (e.g., insert, update, delete) to be executed within aSaveRowsCommand.Response object for theSaveRowsCommand, containing results of batch operations executed on the server.Command for selecting data from any LabKey schema/query exposed on the server identified by the Connection object supplied to theCommand.execute(org.labkey.remoteapi.Connection, String)method.The command response class returned from theCommand.execute(org.labkey.remoteapi.Connection, String)method.An enumeration of the possible column data typesRepresents a particular sort order entry, which consists of a column name and an optional directionCommand for executing arbitrary LabKey SQL.Command for truncating a table from a read-write schema.Response object used for commands that derive from TruncateTableCommand.Command for updating rows into a table in a read-write schema.