void IVisitor.Visit(PlaceHolderExpr expr)
 {
     this.ParentExists(expr);
 }
예제 #2
0
 internal SqlitePragmaStmt(PlaceHolderExpr tableName
                           , Comments comments)
 {
     this.Comments  = comments;
     this.TableName = tableName;
 }