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) intintdoublevoidsetContainerFilter(ContainerFilter containerFilter) voidsetMaxRows(int maxRows) voidsetOffset(int offset) voidsetRequiredVersion(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:
IOExceptionCommandException
-
getRequiredVersion
double getRequiredVersion() -
setRequiredVersion
void setRequiredVersion(double requiredVersion)
-