#pragma once #include namespace NSQLFormat { bool SqlFormatSimple(const TString& query, TString& formattedQuery, TString& error); }