[metacat-cvs] metacat/src/edu/ucsb/nceas/dbadapter AbstractDatabase.java

Jing Tao tao at ecoinformatics.org
Tue Nov 8 14:02:00 PST 2005


tao         05/11/08 14:02:00

  Modified:    src/edu/ucsb/nceas/dbadapter AbstractDatabase.java
  Log:
  Add a method to get doc list query.
  
  Revision  Changes    Path
  1.7       +9 -2      metacat/src/edu/ucsb/nceas/dbadapter/AbstractDatabase.java
  
  Index: AbstractDatabase.java
  ===================================================================
  RCS file: /cvs/metacat/src/edu/ucsb/nceas/dbadapter/AbstractDatabase.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractDatabase.java	23 Jul 2003 18:50:18 -0000	1.6
  +++ AbstractDatabase.java	8 Nov 2005 22:01:59 -0000	1.7
  @@ -9,8 +9,8 @@
    *    Release: @release@
    *
    *   '$Author: tao $'
  - *     '$Date: 2003/07/23 18:50:18 $'
  - * '$Revision: 1.6 $'
  + *     '$Date: 2005/11/08 22:01:59 $'
  + * '$Revision: 1.7 $'
    *
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
  @@ -133,5 +133,12 @@
       }
     }
     
  +  
  +  /**
  +   * This method will return the sql command to get document list in xml_document
  +   * in replication. Because it involes outer join, so this method is very flexible.
  +   * @return
  +   */
  +  public abstract String getReplicationDocumentListSQL();
   }
       
  
  
  


More information about the Metacat-cvs mailing list