(self, first, second)
| 651 | return fieldsSelectFrom, fieldsSelect, fieldsNoSelect, fieldsSelectTop, fieldsSelectCase, fieldsToCastList, fieldsToCastStr, fieldsExists |
| 652 | |
| 653 | def simpleConcatenate(self, first, second): |
| 654 | rootQuery = queries[Backend.getIdentifiedDbms()] |
| 655 | return rootQuery.concatenate.query % (first, second) |
| 656 | |
| 657 | def preprocessField(self, table, field): |
| 658 | """ |
no test coverage detected