org/sonews/storage/impl/JDBCDatabase.java
changeset 24 2ff819fa5be1
parent 16 5a4a41cfc0a3
child 25 dd05c3f2fa24
     1.1 --- a/org/sonews/storage/impl/JDBCDatabase.java	Thu Aug 20 21:31:03 2009 +0200
     1.2 +++ b/org/sonews/storage/impl/JDBCDatabase.java	Wed Aug 26 17:04:04 2009 +0200
     1.3 @@ -1743,6 +1743,17 @@
     1.4      }
     1.5    }
     1.6  
     1.7 +  @Override
     1.8 +  public boolean update(Article article)
     1.9 +    throws StorageBackendException
    1.10 +  {
    1.11 +    // DELETE FROM headers WHERE article_id = ?
    1.12 +
    1.13 +    // INSERT INTO headers ...
    1.14 +
    1.15 +    // SELECT * FROM postings WHERE article_id = ? AND group_id = ?
    1.16 +  }
    1.17 +
    1.18    /**
    1.19     * Writes the flags and the name of the given group to the database.
    1.20     * @param group