Package org.labkey.remoteapi.query
Interface BaseSelect
- All Known Implementing Classes:
ExecuteSqlCommand
,SelectRowsCommand
public interface BaseSelect
Common methods implemented by SelectRowsCommand and ExecuteSqlCommand
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(Connection connection, String folderPath) int
int
double
void
setContainerFilter
(ContainerFilter containerFilter) void
setMaxRows
(int maxRows) void
setOffset
(int offset) void
setRequiredVersion
(double requiredVersion)
-
Method Details
-
getMaxRows
int getMaxRows() -
setMaxRows
void setMaxRows(int maxRows) -
getOffset
int getOffset() -
setOffset
void setOffset(int offset) -
getContainerFilter
ContainerFilter getContainerFilter() -
setContainerFilter
-
execute
SelectRowsResponse execute(Connection connection, String folderPath) throws IOException, CommandException - Throws:
IOException
CommandException
-
getRequiredVersion
double getRequiredVersion() -
setRequiredVersion
void setRequiredVersion(double requiredVersion)
-