#pragma once #include #include namespace NSQLComplete { TString FormatKeywords(const TVector& seq); TString Quoted(TString content); TString Unquoted(TString content); } // namespace NSQLComplete