Class SQLUpdateBatchActionImpl

    • Constructor Detail

      • SQLUpdateBatchActionImpl

        public SQLUpdateBatchActionImpl​(@NotNull
                                        @NotNull SQLManagerImpl manager,
                                        @NotNull
                                        @NotNull java.lang.String sql)
    • Method Detail

      • execute

        @NotNull
        public @NotNull java.util.List<java.lang.Integer> execute()
                                                           throws java.sql.SQLException
        Description copied from interface: SQLAction
        执行该Action对应的SQL语句
        Specified by:
        execute in interface SQLAction<java.util.List<java.lang.Integer>>
        Returns:
        指定数据类型
        Throws:
        java.sql.SQLException - 当SQL操作出现问题时抛出