Exemplo n.º 1
0
 virtual public void VisitBeforeQuery(InsertSelectStmt insertSelectStmt, int offset)
 {
 }
Exemplo n.º 2
0
 public void VisitBeforeQuery(InsertSelectStmt insertSelectStmt, int offset)
 {
     _visitor.VisitBeforeQuery(insertSelectStmt, offset);
 }