コード例 #1
0
 private void removeStatements() {
   // Since it is unclear to me what con.removeStatement(null, null, null,
   // null) does exactly, this method will not be called for the time
   // beeing.
   // Please someone explain to me what it does! ~Gigi
   RdfStoreConnection con = df.createRdfStoreConnection();
   con.removeStatement(null, null, null, null);
 }