When DB2 encounters an INSERT on an MDC table, it looks for a free block.
当DB 2碰到对mdc表的INSERT操作时,它寻找一个空闲的块。
Note: Alternatively you can create a database trigger to capture every INSERT on your table and tell it to validate the data as XML using the XMLVALIDATE function before performing the INSERT.
注意:您也可以选择创建一个数据库触发器来捕捉表上的每个INSERT操作,并告诉它在执行INSERT之前使用XMLVALIDATE函数验证XML数据。
Let her insert her finger next time she goes down on you and see what happens!
下次当她俯身向你时,让她把手指轻轻插入,看看会发生什么!
They joined with the monarchists to insert a clause calling for a popular vote on the issue.
他们与君主制主义者一起添加了一个条款,要求对该问题进行全民投票表决。
In fact, when this feature is enabled, and the INSERT operation requires a new or reused block, DB2 will take an exclusive (x) lock on the block in order to add it to the target cell.
实际上,当该特性被启用,并且INSERT操作要求一个新的或重用的块时,DB 2将在块上采用一个独占的(X)锁,以便将它添加到目标单元。
Heterogeneous batching can potentially improve the performance on INSERT, UPDATE and DELETE statements that operate on multiple tables.
异构批处理能够潜在地提高在多个表上对语句进行INSERT、UPDATE和DELETE操作时的性能。
Since the enhanced MDC INSERT performance feature is implemented by specifying it as an option on a table's LOCKSIZE parameter, this means that it can be enabled on a per table basis.
由于增强的MDCINSERT性能特性是通过指定它作为一个表的LOCKSIZE参数上的一个选项来实现的,这意味着它可以在每个表上启用。
FREEPAGE should be used if your table rows are larger than half a page, since you cannot INSERT a second row on a page in such circumstances.
如果表行大于页宽的一半,则应该使用FREEPAGE,因为在那样的环境下不能在一页上再INSERT一行。
Performing a SELECT statement on the table fetches the messages in the queue, and and doing an INSERT statement on the table sends the message.
在表上执行一条select语句就可以取得队列中的消息,而执行表上的insert语句就可以发送消息。
Set the cursor on a new line, select Insert -> Link.
将光标定位在新的一行上,并选择Insert->Link。
Now, set the cursor on a new line, and select Insert -> Table.
现在,将光标定位在新的一行上,并选择Insert->Table。
SELECT, however, isn't the only SQL statement supported by YQL; you can also use INSERT, DELETE, and UPDATE queries to manipulate data on third-party services using the same SQL syntax.
但是,SELECT并非YQL支持的惟一SQL语句;您还可以使用INSERT、DELETE和UPDATE查询、运用相同的 SQL语法操作第三方服务上的数据。
These next key locks are only obtained when the key INSERT finds that a scanner with a Repeatable Read (RR) isolation level has a row lock on the next-higher key in the index.
这些nextkey锁只有在keyINSERT发现带有RepeatableRead (RR)隔离级别的扫描器在索引中的next -higher键上有一个行锁时才能获得。
In table 6, the INSERT into the Orders table fails due to a foreign key constraint violation on custno.
在表6中,对orders表执行insert语句失败,因为custno违背了外键约束。
In Oracle 10g, if there is a BEFORE INSERT TRIGGER and a NOT NULL constraint on a table, then the BEFORE TRIGGER is executed first, and then the constraint check is performed.
在Oracle10g中,如果表上同时存在BEFORE INSERT触发器和NOT NULL约束,那么先执行BEFORE触发器,然后执行约束检查。
The iMac packaging was designed to make it obvious how to get the machine on the Internet, and include a polystyrene insert specially designed to double as a prop for the slim instruction manual.
iMac的包装与设计使他明显成为一台你一拿到就想着得将它连上互联网的机器,还有塑料嵌插的特殊设计,以及超薄的产品说明手册。
Earlier this year, Texas made it more difficult for science teachers to insert creationism into their curriculum, but many school districts remain skittish on the subject.
今年早些时候,德克萨斯州对在学校课程中纳入神创论实行了更多的限制,但仍有许多校区对此着火。
To install the civilian BPP, you would dig two trenches on opposite sides of a river and insert a lightweight anchor into each.
要安装平民版BPP,你需要在一条河两边挖两条沟,每条沟里插一个轻量级的锚。
When you feel down in the dumps it is fantastic to think “what would [insert hero] do” and then rely on that judgment. Sometimes two heads are better than one.
当你感到抑郁时最好想想“(某某英雄)会怎么做”并依赖你的判断去做事,有时两个头脑胜过一个头脑。
A slot meter on the right allows him to insert 6d COINS for an hour of viewing.
通过向电视机右面的投币槽投进6个硬币他就可以观看一个小时的节目。
But focusing on stars also makes sense for the mental-wellness movement itself: the best way to insert yourself into a company's DNA is to seduce its leadership.
除此之外,重点通过明星,理解精神健康活动本身:将你自己融入公司DNA的最好办法就是让领导人为你着迷。
This watch is produced in an edition of 100 pieces, each one numbered on the case back and signed by the designer, Crispin Jones, on the insert card.
这款表在一期中只生产了100块,每个在表背面的编号都是由克里斯宾琼斯书写。
In the Wiki text world, there are all these codes for bold, which you have to insert in order to make the words bold on the screen.
维基文本编辑器里,你需要加入粗体代码,才能在屏幕上显示文本。
The XML element names correspond to the type of SQL statements you would expect them to — the elements correspond to SQL INSERT statements and so on.
这些XML元素名对应于SQL语句的类型 —元素对应于 SQLINSERT 语句,以此类推。
You have to insert 0,50 EUR to sit on this creative private bench. [link]
你必须投入0.5欧元才能坐在这个创意而私有的长凳上。【
Additional information on the insert can usually be found in the dynamic SQL snapshot.
通常在动态sql快照中可以找到关于insert的附加信息。
“You can't do conversion as part of a postproduction process on a big movie,” Mr. Cameron said, “because no one is willing to insert the two or three or four months necessary to do it well.
“你不能对一部大片的3-D效果仅作为后期制作程序来实现,”卡梅隆说,“没人能够在有限的两到四个月内做好所有的事情。”
If one or more insert triggers are defined on a table, each insert will result in the execution of the actions prescribed in the trigger definition.
如果在一个表上定义了一个或多个进行insert操作的触发器,那么每次的insert都将引起触发器定义中的动作的执行。
Again, Firefox makes it hard to see these random values. I had to insert debugging statements into the padding function to see what was going on.
又,因为Firefox让我们很难看到这些随机数,我不得不在填充函数中加入一些调试语句才能看到发生的事情。
Again, Firefox makes it hard to see these random values. I had to insert debugging statements into the padding function to see what was going on.
又,因为Firefox让我们很难看到这些随机数,我不得不在填充函数中加入一些调试语句才能看到发生的事情。
应用推荐