ADC Advanced Policy Expressions

MSSQL_REQ_T


Operates on MSSQL Request.

This topic lists the expressions that are provided by this class.

  • COMMAND

    Enum for the type of request command. The different values of the ENUM will be QUERY, RESPONSE, RPC, ATTENTION etc.

Returns: mssql_req_command_e

  • CS_VSERVER

    Returns the CS vserver serving the current request.

Returns: vserver_t

  • LB_VSERVER

    Returns the LB vserver serving the current request.

Returns: vserver_t

  • QUERY

    returns a Request Query Object.

Returns: mssql_req_query_t

  • RPC

    returns a Request RPC Object.

Returns: mssql_req_rpc_t

MSSQL_REQ_T

In this article