UNB Components Code Reference

UnbDatabase::FetchLastAutoValue method

Fetches the last inserted auto increment value from the database connection and stores it for later retrieval with GetLastAutoValue.

private function UnbDatabase::FetchLastAutoValue ();

Remarks

Not all database systems support auto values. Those who don't will have to explicitly get a sequence value and assign it before executing the query. This function does nothing for them.

Member of class: UnbDatabase

Implementation file: database.class.php, line 622

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.