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