Revision 1622
Added by Jing Tao over 21 years ago
src/edu/ucsb/nceas/metacat/EmlSAXHandler.java | ||
---|---|---|
1255 | 1255 |
//delete relation table |
1256 | 1256 |
deleteRelations(); |
1257 | 1257 |
//write relations |
1258 |
/*for (int i= 0; i<onlineDataFileIdVector.size(); i++)
|
|
1258 |
for (int i= 0; i<onlineDataFileIdVector.size(); i++) |
|
1259 | 1259 |
{ |
1260 | 1260 |
String id = (String)onlineDataFileIdVector.elementAt(i); |
1261 | 1261 |
writeOnlineDataFileIdIntoRelationTable(id); |
1262 |
}*/
|
|
1262 |
} |
|
1263 | 1263 |
|
1264 | 1264 |
// Starting new thread for writing XML Index. |
1265 | 1265 |
// It calls the run method of the thread. |
Also available in: Unified diff
Add code to write relation table.