Class SQLUpdateActionImpl

    • Constructor Detail

      • SQLUpdateActionImpl

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

      • execute

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