blob: 49c1fb89c3eb62276ca164ca2211bf6e586573f7 [file] [log] [blame]
OPTIONAL
SYNOPSIS
int sl_insert_id()
DESCRIPTION
After inserting a line into a table with an AUTO_INCREMENT field,
this efun can be used to return the (new) value of the AUTO_INCREMENT
field.
The function is available only if the driver is compiled with
SQLite support. In that case, __SQLITE__ is defined.
HISTORY
Added in LDMud 3.3.713.
SEE ALSO
sl_open(E), sl_exec(E), sl_close(E)