コード例 #1
0
 @Override
 public void remRela(long gid) {
   DatabaseEntry key = longToEntry(gid);
   RelationBDB.removeSequence(null, key);
 }
コード例 #2
0
 @Override
 public void remNode(long gid) {
   DatabaseEntry key = longToEntry(gid);
   NodeBDB.removeSequence(null, key);
 }