blob: 77bbcdae76a3971434a1aab7a8cd401923f0dfcb [file] [log] [blame]
SqlUseGraph SqlUseGraph():
{
SqlIdentifier graph = null;
}
{
<USE> <GRAPH> graph = CompoundIdentifier()
{
Span s = Span.of();
return new SqlUseGraph(s.end(this), graph);
}
}