MySQL 9.6.0
Source Code Documentation
whitespace.h File Reference

Experimental API header. More...

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::strconv
 

Functions

constexpr bool mysql::strconv::is_space (int x)
 Return true if the given character is a space character, i.e., ascii 9, 10, 11, 12, 13, or 32. More...
 
void mysql::strconv::skip_whitespace (Parser &parser)
 Move the position forward until end or non-whitespace. More...
 

Detailed Description

Experimental API header.