db_nextval

EveAndersson.com : API Browser : db_nextval

db_nextval

db_nextval sequence
Defined in packages/acs-core/10-database-procs.tcl

Returns the next value for a sequence. Ultimately this will cache a block of sequence values to save hits to the database.

Parameters:
sequence
[ show source ]

Show another procedure:

eve@eveandersson.com