(also inherits expressions from: sql_query_t )
Operates on MSSQL Request Query.
String for the first keyword of the query.
Returns: text_tInteger representing the Size of the request query. Similar to CONTENT_LENGTH property of HTTP.
Returns: num_atReturns string covering the entire query.
Returns: text_tTEXT (uint n)
Returns a string covering the first n bytes of query. Like HTTP.BODY(n)
Parameters:n- Query Length
Returns: text_tConvert mssql_req_query_t to sql_query_t. Will raise an undef if the value is null, empty, or the value has an invalid format for the destination type. (sql_query_t : Describes a SQL query.)
Returns: sql_query_t