SQL_GetQueryString
Syntax
native SQL_GetQueryString(Handle:query, buffer[], maxlength);
Usage
| Parameter | Description |
|---|---|
| query | Handle of a query. |
| buffer | Buffer where to put the query string in. |
| maxlength | The maximum length of the output buffer. |
Description
Returns the original query string that a query handle used.
Return
This function has no return value.
Error
Invalid query handle.