Gets the next value of a sequence.
private function UnbDatabase::GetSequenceValue ($table);
(string) Table name for which the sequence was created.
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 597
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.