The method CCJSqlParserManager.parse returns a class implementing Statement which can be used to navigate the structure representing the SQL statement.
这个方法CCJSqlParserManager.parse把SQL语句解析为一个类,fromItem下的name为表的名字 alias为表的别名,selectItems为查询的字段;
The method CCJSqlParserManager.parse returns a class implementing Statement which can be used to navigate the structure representing the SQL statement.
这个方法CCJSqlParserManager.parse把SQL语句解析为一个类,fromItem下的name为表的名字 alias为表的别名,selectItems为查询的字段;