| 64 | } |
| 65 | |
| 66 | void print(const Firebird::string& s, const MetaName& value) |
| 67 | { |
| 68 | printIndent(); |
| 69 | |
| 70 | text += "<"; |
| 71 | text += s; |
| 72 | text += ">"; |
| 73 | text += value.c_str(); |
| 74 | text += "</"; |
| 75 | text += s; |
| 76 | text += ">\n"; |
| 77 | } |
| 78 | |
| 79 | void print(const Firebird::string& s, const QualifiedName& value) |
| 80 | { |