UNB Components Code Reference

UnbDatabase::GetSequenceValue method

Gets the next value of a sequence.

private function UnbDatabase::GetSequenceValue ($table);

Parameters

table

(string) Table name for which the sequence was created.

Remarks

Not all database systems support sequences. Those who don't will use auto increment values instead. This function returns null for them.

Member of class: UnbDatabase

Implementation file: database.class.php, line 609

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