public static function getInsertFields($keyAndValues)
 {
     return implode(",", SqlUtils::getQuotedKeys($keyAndValues));
 }