271272273274275276277278279280281282
} public SQLStatement parseBinlog() { acceptIdentifier("binlog"); MySqlBinlogStatement stmt = new MySqlBinlogStatement(); SQLExpr expr = this.exprParser.expr(); stmt.setExpr(expr); return stmt; }
485486487488489490491492493494495496
484485486487488489490491492493494495
238239240241242243244245246247248249
483484485486487488489490491492493494
419420421422423424425426427428429430
452453454455456457458459460461462463
480481482483484485486487488489490491