Express addExpress(Express other) { this.buffer << other.sql; this.args.addAll(other.args); return this; }