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:

DBSimpleQuery.java
1 1
/**
2
 *      Name: DBSimpleQuery.java
3
 *   Purpose: A Class that searches a relational DB for elements and 
4
 *            attributes that have free text matches to the query string.  
5
 *            It returns a result set consisting of the root nodeid for 
6
 *            each document that satisfies the query
7
 * Copyright: 2000 Regents of the University of California and the
8
 *            National Center for Ecological Analysis and Synthesis
9
 *   Authors: Matt Jones
2
 *  '$RCSfile$'
3
 *    Purpose: A Class that searches a relational DB for elements and 
4
 *             attributes that have free text matches to the query string.  
5
 *             It returns a result set consisting of the root nodeid for 
6
 *             each document that satisfies the query
7
 *  Copyright: 2000 Regents of the University of California and the
8
 *             National Center for Ecological Analysis and Synthesis
9
 *    Authors: Matt Jones
10 10
 *
11
 *   Version: '$Id$'
11
 *   '$Author$'
12
 *     '$Date$'
13
 * '$Revision$'
12 14
 */
13 15

  
14 16
package edu.ucsb.nceas.metacat;
......
195 197
    return docListResult;
196 198
  }
197 199
}
200

  
201
/**
202
 * '$Log$
203
 * 'Revision 1.15.2.2  2000/06/25 23:38:16  jones
204
 * 'Added RCSfile keyword
205
 * '
206
 * 'Revision 1.15.2.1  2000/06/25 23:34:17  jones
207
 * 'Changed documentation formatting, added log entries at bottom of source files
208
 * ''
209
 */

Also available in: Unified diff