Library: Data
Package: DataCore
Header: Poco/Data/Range.h
Range stores information how many rows a query should return.
Member Functions: lower, upper
Range(
Limit::SizeT lowValue,
Limit::SizeT upValue,
bool hardLimit
);
Creates the Range. lowValue must be smaller equal than upValue
~Range();
Destroys the Limit.
const Limit & lower() const;
Returns the lower limit
const Limit & upper() const;
Returns the upper limit