Project

General

Profile

« Previous | Next » 

Revision 203

Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parameters for the
servlet have changed substantially.

View differences:

DBReader.java
1 1
/**
2
 *      Name: DBReader.java
3
 *   Purpose: A Class that creates an XML text document
4
 *            from a query to a relational DB containing a DOM representation
5
 * Copyright: 2000 Regents of the University of California and the
6
 *            National Center for Ecological Analysis and Synthesis
7
 *   Authors: Matt Jones
2
 *  '$RCSfile$'
3
 *    Purpose: A Class that creates an XML text document
4
 *             from a query to a relational DB containing a DOM representation
5
 *  Copyright: 2000 Regents of the University of California and the
6
 *             National Center for Ecological Analysis and Synthesis
7
 *    Authors: Matt Jones
8 8
 *
9
 *   Version: '$Id$'
9
 *   '$Author$'
10
 *     '$Date$'
11
 * '$Revision$'
10 12
 */
11 13

  
12 14
package edu.ucsb.nceas.metacat;
......
252 254
  }
253 255

  
254 256
}
257

  
258
/**
259
 * '$Log$
260
 * 'Revision 1.16.2.2  2000/06/25 23:38:16  jones
261
 * 'Added RCSfile keyword
262
 * '
263
 * 'Revision 1.16.2.1  2000/06/25 23:34:17  jones
264
 * 'Changed documentation formatting, added log entries at bottom of source files
265
 * ''
266
 */

Also available in: Unified diff