Sets LIMIT
clause of query. If argument limit
is not passed, not
limit is set. Passing 0 disables the LIMIT parameter.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(db_query_type), | intent(inout) | :: | db_query |
Database query type. |
||
integer(kind=i8), | intent(in), | optional | :: | limit |
Limit value. |