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