(since Version 0.2.0)
getLastInsertId -- Returns the Insert ID
int getLastInsertId ()
Returns the value of the fist inc column, for the last record which was added
by
a INSERT Statement.
(You must execute a INSERT Statement on a Database instance, or it want return
a Insert Id)
last Insert ID