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