示例#1
0
 bool hasOrderByColumns()
 {
     return !orderbyList.empty();
 }
示例#2
0
 bool hasGroupByColumns()
 {
     return !groupbyList.empty();
 }