接口 Exporter<T extends Exportable>

    • 字段详细资料

      • NO_COMMANDS

        static final String[] NO_COMMANDS
    • 方法详细资料

      • getSqlCreateStrings

        String[] getSqlCreateStrings​(T exportable,
                                     Metadata metadata)
        Get the commands needed for creation.
        返回:
        The commands needed for creation scripting.
      • getSqlDropStrings

        String[] getSqlDropStrings​(T exportable,
                                   Metadata metadata)
        Get the commands needed for dropping.
        返回:
        The commands needed for drop scripting.