-
public final class TableNameParserUltra light, Ultra fast parser to extract table name out SQLs, supports oracle dialect SQLs as well.
-
-
Constructor Summary
Constructors Constructor Description TableNameParser(String sql)Extracts table names out of SQL
-
Method Summary
Modifier and Type Method Description Collection<String>tables()-
-
Constructor Detail
-
TableNameParser
TableNameParser(String sql)
Extracts table names out of SQL
-
-
Method Detail
-
tables
Collection<String> tables()
-
-
-
-