Project

General

Profile

« Previous | Next » 

Revision 2069

Added by Matt Jones about 20 years ago

Created new printExtendedSQL function that can get the extended
return fields using only xml_nodes and not xml_index. One
step closer to eliminating the dependence ofn xml_index.

View differences:

DBQuery.java
833 833
    self.append(") ");
834 834
    return self.toString();
835 835
  }
836
  
836 837
  /**
837 838
   * returns a string array of the contents of a particular node.
838 839
   * If the node appears more than once, the contents are returned
......
854 855
    try
855 856
    {
856 857
      dbconn=DBConnectionPool.getDBConnection("DBQuery.getNodeContent");
857
        serialNumber=dbconn.getCheckOutSerialNumber();
858
      serialNumber=dbconn.getCheckOutSerialNumber();
858 859
      pstmt = dbconn.prepareStatement(query.toString());
859 860

  
860 861
      // Execute the SQL query using the JDBC connection

Also available in: Unified diff