function getMasterTableSQLClause()
 {
     if ($this->masterPageType == PAGE_ADD) {
         return "1=0";
     }
     return ListPage::getMasterTableSQLClause();
 }