类 AbstractScriptSourceInput

    • 构造器详细资料

      • AbstractScriptSourceInput

        public AbstractScriptSourceInput()
    • 方法详细资料

      • reader

        protected abstract Reader reader()
      • getScriptDescription

        protected abstract String getScriptDescription()
      • read

        public List<String> read​(ImportSqlCommandExtractor commandExtractor)
        从接口复制的说明: ScriptSourceInput
        Read the abstracted script, using the given extractor to split up the input into individual commands.
        指定者:
        read 在接口中 ScriptSourceInput
        参数:
        commandExtractor - The extractor for individual commands within the input.
        返回:
        The scripted commands