Get next value for a sequence
@param oConn JDCConnection @param sSequenceName Sequence name.In MySQL and SQL Server sequences are implemented using row locks at k_sequences table. @return int Next sequence value @throws SQLException @throws UnsupportedOperationException Not all databases support sequences.On Oracle and PostgreSQL, native SEQUENCE objects are used, on Microsoft SQL Server the stored procedure k_sp_nextval simulates sequences, this function is not supported on other DataBase Management Systems. @since 3.0
|
|
|
|