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) | :: | dbq |
Database query type. |
||
| integer(kind=i8), | intent(in), | optional | :: | limit |
Limit value. |