Signature
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.
No return value
Errors
- Invalid query handle.