您要查找的是不是:
- LOCK TABLE IN SHARE MODE 表共享锁定:通过
- Lock Table TableName In Share Mode 形式锁定行,或执行
- LOCK TABLE IN SHARE ROW EXCLUSIVE MODE 表共享行独占:通过
- LOCK TABLE TableName IN SHARE MODE; LOCK TABLE TableName IN SHARE ROW EXCLUSIVE MODE; LOCK TABLE TableName IN ROW EXCLUSIVE MODE; LOCK TABLE TableName IN EXCLUSIVE MODE; 来准确在锁定行而不能更新行。禁止的操作:拥有行级排它锁的事务不允许其它事务有除共享锁外的其它形式的锁加在同一张表上或更新该表。即下面的语句是不被允许的
- LOCK TABLE EMP IN SHARE MODE; 给表加共享锁;
- So a static table in shared memory is used. 因此将使用共享内存中的一个静态表。
- Lock Table TableName In Share Row Exclusive Mode; 它比共享锁有更多限制。定义共享行级排它锁的语法为
- However, the lock can only be acquired in shared mode if there are no uncommitted modifications to the table by other transactions. 但是,如果表上没有由其它事务所做的未提交修改,则只能在共享模式下获得此锁。
- If acquired in shared mode, other transactions cannot modify the rows unless they acquire the lock in intent mode. 如果在共享模式下获得锁,则其它事务不能修改行,除非在意图模式下获得此锁。
- His jokes set the whole table in an uproar. 他的笑话逗得四座哄堂大笑。
- The food was on the table in seconds. 吃的东西一转眼就摆在桌上了。
- For example, in the following sequence of calls, the resource is held in Exclusive mode instead of in Shared mode. 例如,在以下调用顺序中,将以Exclusive模式而非Shared模式控制资源。
- He earned a little money by waiting at table in the university. 他在大学里靠侍侯别人吃饭来挣点钱。
- The child stayed under the table in a temper until his father came home. 那孩子生气地呆在桌子下面,直到他父亲回到家才出来。
- Professional builds on the functionality of Standard by adding enhanced deployability features as well as the ability to run CrossOver in shared mode from a single machine. 所有资源请在下载后24小时内删除。
- He spent the summer bussing table in a downtown grill. 整个夏季,他都在城里一个烧烤店帮助清理餐桌。
- The little boy stayed under the table in bad temper until his father came home. 那小男孩呆在桌子下面生气,直到他父亲回来。
- There are two oaken tables in our house. 我们家有两张橡木制的桌子。
- Lock table tablename in share 锁;以上是自动获得的;手工执行
