_dbType = $db_type; } public function literal () { if ('mysql' === $this->_dbType) return 'RAND()'; else return 'RANDOM()'; } }