ADC Advanced Policy Expressions

MYSQL_REQ_T


Operates on MYSQL 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, INIT_DB, etc.

Returns: mysql_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 Request Query Object.

Returns: mysql_req_query_t

MYSQL_REQ_T

In this article