My Project
Public Member Functions
Statement_information Class Reference

#include <sql_get_diagnostics.h>

Inheritance diagram for Statement_information:
Diagnostics_information Sql_alloc

List of all members.

Public Member Functions

 Statement_information (List< Statement_information_item > *items)
bool aggregate (THD *thd, const Diagnostics_area *da)

Detailed Description

Statement information.

Remarks:
Provides information about the execution of a statement.

Constructor & Destructor Documentation

Constructor, used to represent the statement information of a GET DIAGNOSTICS statement.

Parameters:
itemsList of requested statement information items.

Member Function Documentation

bool Statement_information::aggregate ( THD *  thd,
const Diagnostics_area da 
) [virtual]

Obtain statement information in the context of a diagnostics area.

Obtain statement information in the context of a given diagnostics area.

Parameters:
thdThe current thread.
daThe diagnostics area.
Return values:
falseon success.
trueon error

Implements Diagnostics_information.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines