Package 

Class TableNameParser


  • 
    public final class TableNameParser
    
                        

    Ultra 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait