接口 ScriptSourceInput

    • 方法详细资料

      • prepare

        void prepare()
        Prepare source for use, and log that this script is about to be imported.
      • read

        List<String> read​(ImportSqlCommandExtractor commandExtractor)
        Read the abstracted script, using the given extractor to split up the input into individual commands.
        参数:
        commandExtractor - The extractor for individual commands within the input.
        返回:
        The scripted commands
      • release

        void release()
        Release this input.