#pragma once #if USE_ODBC #include #include #include #include #include "ODBCConnectionFactory.h" namespace DB { std::string getIdentifierQuote(nanodbc::ConnectionHolderPtr connection_holder); IdentifierQuotingStyle getQuotingStyle(nanodbc::ConnectionHolderPtr connection); } #endif