MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InputStream Class Reference

#include <InputStream.hpp>

Inheritance diagram for InputStream:

Public Member Functions

virtual char * gets (char *buf, int bufLen)=0
void set_mutex (NdbMutex *m)
virtual void reset_timeout ()

Protected Attributes

NdbMutex * m_mutex

Detailed Description

Input stream

Definition at line 29 of file InputStream.hpp.

Member Function Documentation

void InputStream::set_mutex ( NdbMutex *  m)
inline

Set the mutex to be UNLOCKED when blocking (e.g. select(2))

Reimplemented in ParseInputStream.

Definition at line 37 of file InputStream.hpp.

Here is the caller graph for this function:


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