Esempio n. 1
0
 bool hasOrderByColumns()
 {
     return !orderbyList.empty();
 }
Esempio n. 2
0
 bool hasGroupByColumns()
 {
     return !groupbyList.empty();
 }