sql - Lock Table with exclusive in H2 database -


through syntax having trouble convert oracle syntax h2 syntax.

for example (oracle):

    lock table car_chip_id_lock in exclusive mode 

h2 (syntax error)

how change oracle grammar h2? have tried lock_mode doesnt work , mvcc true default v1.4+


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -