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