CCJSqlParserManager

The method CCJSqlParserManager.parse returns a class implementing Statement  which can be used to navigate the structure representing the SQL statement.

CCJSqlParserManager_第1张图片

这个方法CCJSqlParserManager.parse把SQL语句解析为一个类,fromItem下的name为表的名字 alias为表的别名,selectItems为查询的字段;

你可能感兴趣的:(CCJSqlParserManager)