Ejemplo n.º 1
0
 protected abstract void VisitDeallocateStatement(DeallocateStatement statement);
Ejemplo n.º 2
0
 protected override void VisitDeallocateStatement(DeallocateStatement statement)
 {
     State.Write(Symbols.DEALLOCATE);
     State.Write(Symbols.PREPARE);
     VisitToken(statement.Name);
 }
Ejemplo n.º 3
0
 protected override void VisitDeallocateStatement(DeallocateStatement statement)
 {
     throw new NotImplementedException();
 }