MySQL 8.4.0
Source Code Documentation
statement.h File Reference
#include <cstddef>
#include <forward_list>
#include <new>
#include <string>
#include <string_view>
#include "lex_string.h"
#include "my_alloc.h"
#include "my_inttypes.h"
#include "mysql_time.h"
#include "sql/current_thd.h"
#include "sql/sql_class.h"
#include "sql/sql_cursor.h"
#include "sql/sql_prepare.h"
#include "sql/statement/protocol_local_v2.h"
#include "sql/statement/statement_runnable.h"
#include "utils.h"

Go to the source code of this file.

Classes

class  Statement_handle
 Statement_handle is extension of Ed_connection. More...
 
class  Regular_statement_handle
 Regular_statement_handle enables execution of all SQL statements except for prepared statements. More...
 
class  Prepared_statement_handle
 Prepared_statement_handle enables support for prepared statement execution. More...
 

Functions

int dummy_function_to_ensure_we_are_linked_into_the_server ()
 There must be one function of this kind in order for the symbols in the server's dynamic library to be visible to components. More...
 

Function Documentation

◆ dummy_function_to_ensure_we_are_linked_into_the_server()

int dummy_function_to_ensure_we_are_linked_into_the_server ( )

There must be one function of this kind in order for the symbols in the server's dynamic library to be visible to components.