Project

General

Profile

« Previous | Next » 

Revision 3211

Added by berkley about 17 years ago

adding changes to make paged query results possible

View differences:

QueryTerm.java
292 292
     */
293 293
    public static String useNestedStatements(String pathexpr)
294 294
    {
295
      System.out.println("pathexpr: " + pathexpr);
295 296
        StringBuffer nestedStmts = new StringBuffer();
296 297
        Vector nodes = new Vector();
297 298
        String path = pathexpr;

Also available in: Unified diff