yii\sphinx\Connection::getLastInsertID PHP 메소드

getLastInsertID() 공개 메소드

This method is not supported by Sphinx.
public getLastInsertID ( string $sequenceName = '' ) : string
$sequenceName string name of the sequence object
리턴 string the row ID of the last row inserted, or the last value retrieved from the sequence object
    public function getLastInsertID($sequenceName = '')
    {
        throw new NotSupportedException('"' . __METHOD__ . '" is not supported.');
    }