Class MultipleSqlParser


  • public class MultipleSqlParser
    extends java.lang.Object
    Parses one or many SQL statements.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<SqlParser> parse​(java.lang.String sql)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultipleSqlParser

        public MultipleSqlParser()