Пример #1
0
 virtual public void VisitBeforeQuery(InsertSelectStmt insertSelectStmt, int offset)
 {
 }
Пример #2
0
 public void VisitBeforeQuery(InsertSelectStmt insertSelectStmt, int offset)
 {
     _visitor.VisitBeforeQuery(insertSelectStmt, offset);
 }