PHP » GoLang |
login |
register |
about
|
GoLang PDO::lastInsertId
request it (407)
GoLang replacement for PHP's PDO::lastInsertId
[edit | history]
PDO::lastInsertId(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) PDO::lastInsertId — Returns the ID of the last inserted row or sequence value Description
public string PDO::lastInsertId
([ string
$name = NULL
] )
Returns the ID of the last inserted row, or the last value from a
sequence object, depending on the underlying driver. For example,
PDO_PGSQL requires you to specify the name of
a sequence object for the
Parameters
Return Values
If a sequence name was not specified for the
If a sequence name was specified for the If the PDO driver does not support this capability, PDO::lastInsertId() triggers an IM001 SQLSTATE. |
more
Recently updated
more
Most requested
more
Last requests
|