Class SqlScriptParserConfiguration


  • public class SqlScriptParserConfiguration
    extends Object
    Configuration for SQL scripts parser. Default values are:
    • Delimiter: ;
    • Line comment: --
    • Block comment: starts with /* and ends with */
    This class is immutable, and so thread-safe.