18192021222324
} public SQLStatement parseShow() { acceptIdentifier("SHOW"); acceptIdentifier("TABLES"); return new HBQLShowStatement(); }