コード例 #1
0
ファイル: Visitor.cs プロジェクト: rguryanov/miniSqlParser
 virtual public void VisitBeforeQuery(InsertSelectStmt insertSelectStmt, int offset)
 {
 }
コード例 #2
0
 public void VisitBeforeQuery(InsertSelectStmt insertSelectStmt, int offset)
 {
     _visitor.VisitBeforeQuery(insertSelectStmt, offset);
 }