wp_nextval

one of the documented procedures in this installation of the ACS
Usage:
wp_nextval   db   seq
What it does:
Returns the next value of a sequence.
Defined in: /web/philip/tcl/wp-defs.tcl

Source code:


    return [database_to_tcl_string $db "select $seq.nextval from dual"]


philg@mit.edu