Drizzled Public API Documentation

drizzled::Session::impl_c Class Reference

List of all members.

Public Attributes

LEX lex

Detailed Description

Definition at line 146 of file session.cc.


Member Data Documentation

The lex to hold the parsed tree of conventional (non-prepared) queries. Whereas for prepared and stored procedure statements we use an own lex instance for each new query, for conventional statements we reuse the same lex. (

See also:
mysql_parse for details).

Definition at line 155 of file session.cc.


The documentation for this class was generated from the following file: