getLastInsertID() public method
This method is not supported by Sphinx.
public string getLastInsertID ( $sequenceName = '' ) | ||
---|---|---|
$sequenceName | string |
Name of the sequence object |
return | string |
The row ID of the last row inserted, or the last value retrieved from the sequence object |
throws | yii\base\NotSupportedException |
always. |
Please login to continue.