Beispiel #1
0
 protected override void VisitAlter(IFragmentBuilder parent, IQueryGraphBuilder graph, IAlterBuilder expression)
 {
     this.Push(new SqlAlterWriter(parent, graph, this.Database, this, this.Parameters));
     this.Peek.Write(expression);
     this.Pop();
 }
Beispiel #2
0
 protected override void VisitAlter(IFragmentBuilder parent, IQueryGraphBuilder graph, IAlterBuilder expression)
 {
     //Nothing to do.
 }
Beispiel #3
0
 protected abstract void VisitAlter(IFragmentBuilder parent, IQueryGraphBuilder graph, IAlterBuilder expression);