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:

QueryTerm.java
244 244
     * Constraint the query with @pathexp without using the XML Index, but
245 245
     * nested SQL statements instead. The query migth be slower.
246 246
     */
247
    private String useNestedStatements(String pathexpr)
247
    public static String useNestedStatements(String pathexpr)
248 248
    {
249 249
        StringBuffer nestedStmts = new StringBuffer();
250 250
        Vector nodes = new Vector();

Also available in: Unified diff