getQueryResultLimit {redland}R Documentation

Get the query result limit

Description

Get the query result limit

Usage

getQueryResultLimit(.Object)

## S4 method for signature 'Query'
getQueryResultLimit(.Object)

Arguments

.Object

a Query object

Value

the query result limit. If a limit is set then the value will be >= 0. If the value is < 0, no limit is set


[Package redland version 1.0.17-18 Index]