#ifndef DBMS_COMMON_ESCAPE_MANIPULATORS_H #define DBMS_COMMON_ESCAPE_MANIPULATORS_H #include #include namespace DB { typedef strconvert::escape_file escape; typedef strconvert::unescape_file unescape; } #endif