Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  marine 400 over 23 years berkley added support for the returnfield parameter
AccessionNumber.java 9.14 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
AccessionNumberException.java 1.63 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
AccessionNumberGeneratedException.java 1.4 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
BasicNode.java 6.03 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
CommentNode.java 1.63 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBDTDHandler.java 5.56 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBEntityResolver.java 8.43 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBQuery.java 15.6 KB 401 over 23 years berkley added support for the returnfield parameter -ad...
DBSAXHandler.java 11.5 KB 396 over 23 years Matt Jones Folded the functionality from DBSAXDocument int...
DBSAXNode.java 9.42 KB 396 over 23 years Matt Jones Folded the functionality from DBSAXDocument int...
DBSimpleQuery.java 6.96 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBTransform.java 6.23 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBUtil.java 6.86 KB 374 over 23 years bojilova change the resultset format for DataGuide
DBValidate.java 9.76 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBWriter.java 8.02 KB 396 over 23 years Matt Jones Folded the functionality from DBSAXDocument int...
DocumentImpl.java 14.7 KB 396 over 23 years Matt Jones Folded the functionality from DBSAXDocument int...
ElementNode.java 4.54 KB 388 over 23 years Matt Jones Modified the DBReader and ElementNode classes t...
McdbDocNotFoundException.java 1.38 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
McdbException.java 2.71 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
MetaCatServlet.java 31.4 KB 393 over 23 years Matt Jones Created new class "DocumentImpl" which represen...
MetaCatSession.java 4.93 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
MetaCatUtil.java 9.42 KB 354 over 23 years berkley added new constructor to allow the creation of ...
NodeComparator.java 1.9 KB 389 over 23 years Matt Jones Updated documentation for NodeComparator.java.
NodeRecord.java 996 Bytes 388 over 23 years Matt Jones Modified the DBReader and ElementNode classes t...
PINode.java 1.67 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
QuerySpecification.java 17.9 KB 402 over 23 years berkley added support for the returnfield parameter -Qu...
TextNode.java 2.1 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
srbProps.properties 229 Bytes 213 almost 24 years Matt Jones Added srbrmi classes for authentication support

Latest revisions

# Date Author Comment
402 08/23/2000 10:29 AM berkley

added support for the returnfield parameter
-QuerySpecification now sets a flag (containsExtendedSQL) when there are returnfield items in the pathquery document.
the accessor method containsExtendedSQL() can be called by other classes to check for extended return parameters...

401 08/23/2000 10:22 AM berkley

added support for the returnfield parameter
-added the dynamic parameters to the returned hash table of documents

400 08/23/2000 10:20 AM berkley

added support for the returnfield parameter

396 08/22/2000 11:56 PM Matt Jones

Folded the functionality from DBSAXDocument into the DocumentImpl class.
Now DocumentImpl handles both the reads and the writes to the database.
Eventually, it will implment the full DOM Document interface. Eliminated
the DBSAXDocument.java file as it is no longer relevant....

394 08/22/2000 10:34 PM Matt Jones

Removed DBReader.java because the functionality of that class has been
replaced by the more efficient DocumentImpl class.

393 08/22/2000 10:32 PM Matt Jones

Created new class "DocumentImpl" which represents an XML Document. This
document will eventually implment the DOM Document interface. For now,
it implments all of the functionality that was present in DBReader, plus
cuts down on the number of database calls required to read a document. And...

389 08/21/2000 02:55 PM Matt Jones

Updated documentation for NodeComparator.java.

388 08/21/2000 02:52 PM Matt Jones

Modified the DBReader and ElementNode classes to more efficiently read
documents from the database. In the old implementation, a db connection
was opened for each and every node in a document, recursively fromthe root
node. In the new implementation, all of the data from xml_nodes is...

385 08/18/2000 03:44 PM berkley

marineServlet now overrides the transformQuery() function to allow it to put the values back into the text boxes of the xsl stylesheet rendered form.

384 08/18/2000 03:41 PM berkley

-fixed the bug where a pathquery document was not valid inside of the <query> tags in a resultset document.
-provided override support for a new function called transformQuery() which allows specific applications to
customize what is returned in the <query> tag

View revisions

Also available in: Atom