#pragma once #include #include namespace NSQLComplete { TString FormatKeywords(const TVector& seq); bool IsPlain(TStringBuf content); bool IsQuoted(TStringBuf content); TString Quoted(TString content); TStringBuf Unquoted(TStringBuf content); bool IsBinding(TStringBuf content); TStringBuf Unbinded(TStringBuf content); } // namespace NSQLComplete