#pragma once #include #include #include namespace NSQLComplete { using namespace NSQLPureAST; TMaybe GetName(SQLv1::Bind_parameterContext* ctx); TPosition GetPosition(SQLv1::Bind_parameterContext* ctx); } // namespace NSQLComplete