Project

General

Profile

« Previous | Next » 

Revision 777

Added by bojilova almost 23 years ago

changed all mentions of DBAdapter to the new name AbstractDatabase

View differences:

DBSAXNode.java
34 34
//import oracle.jdbc.driver.*;
35 35
import org.xml.sax.SAXException;
36 36

  
37
import edu.ucsb.nceas.dbadapter.DBAdapter;
37
import edu.ucsb.nceas.dbadapter.AbstractDatabase;
38 38

  
39 39
/** 
40 40
 * A Class that represents an XML node and its contents and
......
44 44

  
45 45
  private Connection	conn;
46 46
  private DBSAXNode	parentNode;
47
  private static final DBAdapter dbAdapter = MetaCatUtil.dbAdapter;
47
  private static final AbstractDatabase dbAdapter = MetaCatUtil.dbAdapter;
48 48

  
49 49
  /** 
50 50
   * Construct a new node instance for DOCUMENT nodes

Also available in: Unified diff