Revision 709
Added by bojilova almost 24 years ago
src/edu/ucsb/nceas/metacat/QuerySpecification.java | ||
---|---|---|
748 | 748 |
} |
749 | 749 |
|
750 | 750 |
|
751 |
//System.out.println(nestedStmts.toString());
|
|
751 |
System.out.println(nestedStmts.toString()); |
|
752 | 752 |
return nestedStmts.toString(); |
753 | 753 |
} |
754 | 754 |
|
... | ... | |
756 | 756 |
* create a String description of the query that this instance represents. |
757 | 757 |
* This should become a way to get the XML serialization of the query. |
758 | 758 |
*/ |
759 |
public String toString(boolean useXMLIndex) {
|
|
759 |
public String toString() { |
|
760 | 760 |
|
761 |
return this.printSQL(useXMLIndex);
|
|
761 |
return this.printSQL(true);
|
|
762 | 762 |
} |
763 | 763 |
} |
764 | 764 |
} |
Also available in: Unified diff
print the nested statements sql query