#pragma once #include #include #include #include #if USE_POCO_SQLODBC || USE_POCO_DATAODBC #if USE_POCO_SQLODBC #include #endif #if USE_POCO_DATAODBC #include #endif namespace DB { std::string getIdentifierQuote(SQLHDBC hdbc); } #endif