/** * Get the values used in the statement. * Only for INSERT INTO ... VALUES ... query. * * @param int $flags Optional Query::UNQUOTE * @return array */ public function getValues($flags = 0) { return QuerySplitter::splitValues($this->getParts(), $flags); }