Exemple #1
0
 public SelectStmt(WithClause with, IQuery query, ForUpdateClause forUpdate)
 {
     this.With      = with;
     this.Query     = query;
     this.ForUpdate = forUpdate;
     this.Comments  = new Comments();
 }
 void IVisitor.VisitBefore(ForUpdateClause forUpdateClause)
 {
     this.ParentExists(forUpdateClause);
 }