Project

General

Profile

« Previous | Next » 

Revision 1216

Added by Jing Tao over 22 years ago

Merger DBConnect branch to head.

View differences:

src/edu/ucsb/nceas/metacat/DBDTDHandler.java
43 43
 */
44 44
public class DBDTDHandler implements DTDHandler
45 45
{
46
   private Connection	conn = null;
46
   private DBConnection	connection = null;
47 47

  
48 48
   /** Construct an instance of the DBDTDHandler clas
49 49
    *
50 50
    * @param conn the JDBC connection to which information is written
51 51
    */
52
   public DBDTDHandler(Connection conn)
52
   public DBDTDHandler(DBConnection conn)
53 53
   {
54
      this.conn = conn;
54
      this.connection = conn;
55 55
   }
56 56
   
57 57
   /** Notation declarations are not signaled */

Also available in: Unified diff