
词语导航
基本信息
词语:保存语句
繁体:保存語句
拼音:bǎo cún yǔ jùwWw.WenTIYI.COM
英语翻译
【计】 SAVE statement
分词翻译
保存的英语翻译:
conserve; hold; keep; preserve; reserve; save; conservancy; conservation
preservation
【计】 save
【医】 Cons.; conservancy; conservation; preservation; Serv.; servation
语句的英语翻译:
sentence
【计】 COMPLEX statement
翻译例句
1. 逻辑日志记录保存了sql语句对数据库数据进行的修改。
Logical log records keep changes that SQL statements made to the database data.
2. 如果您决定删除索引,那么首先要保存它的CREATEindex语句,以便在需要时轻松地重新创建它。
If you do decide to drop an index, you should first save its create index statement so that you can easily recreate it if necessary.
3. 绑定过程将与一个sql语句相关联的访问计划保存到一个DB 2 sql包中。
Bind is the process that saves the access plan associated with a SQL statement into a DB2 SQL package.
4. 如果访问级别是MODIFIESSQLDATA,那么它在触发器、动态合成语句、sql体函数中或在创建保存点时会阻塞,并返回原因码为22的错误SQL 30090。
IF it has MODIFIES SQL DATA, it is blocked in triggers, dynamic compound statements, SQL-bodied functions, or when a save point has been created, and error SQL30090 with reason code 22 is returned.
5. 输入如清单2所示的语句并保存它。
Enter the statement as shown in Listing 2 and save it.
6. ROLLBACK语句将失败并收到一个错误:保存点回滚不允许在同一事务中更新较旧的服务器。
The ROLLBACK statement would fail with the error: Rollback to savepoint disallowed on updating an old server in same transaction.
7. 如果您需要保存sql语句,可以将其移动到您自己的包。
If you need to keep the SQL statements, you can move them to your own packages.
8. 因为已经选择关闭编辑器时保存更改,所以更新的语句会出现在交互clp提示符之后,我们可以选择立即执行该语句。
Because we have chosen to save our changes when closing the editor, the updated statement appears after the interactive CLP prompt, and we have the option of executing the statement immediately.
9. OLDTABLE过渡表保存了受影响的行在被update或delete语句处理之前的初始状态。
The old table transition table holds the original state of the affected rows before they are processed by the UPDATE or DELETE statement.
10. 然而,问题是用于保存错误变量的VALUESinto语句的花费几乎与SELECTinto语句的一样高。
The point, however, is that the VALUES INTO statement that saves away the error-variables is nearly as expensive as the SELECT INTO statement.
11. 完成上一步后,在您保存test .py的目录中启动一个新的Python解释器,然后输入如清单6所示的语句。
Once you"ve done so, start a new Python interpreter in the directory where you saved test.py, and enter the Python statements shown in Listing 6.
12. 当把它们键入Python解释器中(或者将它们保存在一个文件中,并作为一个Python程序来执行)时,读取语句的顺序是从左到右。
When you type them into the Python interpreter (or if you save them in a file and execute them as a Python program), the statements are read starting on the left side and progressing to the right.
13. MQTDDL语句保存在文件 "my_rec_mqts.sql" 中。
the MQTs DDL statements are saved in the file "my_rec_mqts.sql".
14. 如果同一个事务中已经存在一个和svpt 1同名的保存点,那么该语句将生成一个错误。
If a savepoint with the same name that is specified for svpt1 already exists in the same transaction, this statement generates an error.
15. 清单8.1中的过程回滚到其newcustomer保存点,但是仍然保留在过程执行后添加的新客户,但是在清单8.2中也使用了rollback语句执行了回滚。
The procedure rolls back to its newcustomer savepoint ending up retaining the new customer that was added after the procedure execution, but this is also rolled back with the ROLLBACK statement.
16. 当使用该语句时,将回滚到发生在svpt1 保存点之后的操作。
When used, the statement rolls back the part of the transaction that occurred after the savepoint identified by svpt1.
17. 本节介绍了IDS 11.50 .xC3为了支持保存点处理而引入的sql语句。
This section describes the SQL statements that were introduced with IDS 11.50.xc3 to support savepoint processing.
18. HSQLDB将所有表和索引数据放在内存中,将所有发出的sql语句保存到一个名为database .script的文件中,该文件同时也充当着事务日志的角色。
HSQLDB keeps all table and index data in memory, saving all SQL statements issued into a file named database.script, which also ACTS as the transaction log.
19. 您可以在存储过程中使用所有保存点语句。
You can use all of the savepoint statements within stored procedures.
20. 在操作模型的3个LocalVariable中,我们主要关注称为result的LocalVariable,因为它将会保存执行完操作的最后一条语句之后返回的值。
Among the three LocalVariables in the operation model, we are particularly concerned with the one called result, since it will hold the value to be returned after the last statement of the operation.
21. 某用户的用户名和口令,该用户拥有足够的权限启动和操作语句事件监视器,以及创建模式,而SQLProfiler将在该模式中保存其本地数据。
A user name and password for a user who has sufficient privileges to start and operate a statement event monitor as well as to create a schema where the SQL Profiler holds its local data.
22. 在上一版本的DynamicServer中,外部优化器指令作为文本字符串保存在dml语句中,而没有作为单独的实体保存。
In previous releases of Dynamic Server, external optimizer directives existed as text strings within DML statements, but were not stored as separate entities.
23. 同一磁盘可以保存其它一些源程序甚至其他程序员所写的一些程序。源语句库的例子就是一个很好的说明(图7.6)。
That same disk might hold other source programs and even routines written by other programmers, it"s good example of a source statement library (Fig. 7.6).
24. 如果相应语句通过值类型(通常为结构)进行间接访问,请创建一个变量来保存值类型。
If the statement makes indirect access through a value type (usually a structure), create a variable to hold the value type.
25. 没有事务名称或保存点名称的ROLLBACK语句总是将语句回退到最外层的BEGINTRANSACTION(显式或隐式)语句,并且取消整个事务。
ROLLBACK statement without a transaction or savepoint name always rolls back statements to the outermost BEGIN transaction (explicit or implicit) statement, and cancels the entire transaction.
26. 现在我们可以调用这个过程来返回结果集,并将数据保存在集合中,然后在FORALL语句中使用这个集合来达成目的。
I can now call this procedure, return a result set, move that data into a collection, and then use the collection in a FORALL statement, as shown in Listing 3.
27. 现在我们可以调用这个过程来返回结果集,并将数据保存在集合中,然后在FORALL语句中使用这个集合来达成目的。
I can now call this procedure, return a result set, move that data into a collection, and then use the collection in a FORALL statement, as shown in Listing 3.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
