sql_format.h 159 B

12345678
  1. #pragma once
  2. #include <util/generic/string.h>
  3. namespace NSQLFormat {
  4. bool SqlFormatSimple(const TString& query, TString& formattedQuery, TString& error);
  5. }