网站首页  词典首页

请输入您要查询的英文单词:

 

单词 temporary table
释义

temporary table

美 
英 
  • un.工作单元表
  • 网络临时表;暂存资料表;临时数据表
un.
1.
工作单元表

例句

释义:
1.
Copy the BLOB to a temporary table or to a table variable , and then reassign the value to the original column .
请将BLOB复制到一个临时表或表变量,然后将值重新赋给原始列。
www.bing.com
2.
Also known as common table expression, this table is temporary table within the duration of a SQL statement.
也称为公用表表示,这种表是SQL语句执行期间存在的临时表。
www-128.ibm.com
3.
At least one user temporary table space should be created to allow the definition of declared temporary tables.
至少应当创建一个用户临时表空间以允许定义已声明的临时表。
www.ibm.com
4.
Prior to this release, the declared temporary table (DGTT) was the only type of user-defined temporary table.
在此发行版之前,已声明的临时表(DGTT)是唯一的一种用户定义的临时表。
www.ibm.com
5.
Global temporary tables cannot be altered unless all users that have referenced the temporary table have disconnected.
除非已引用临时表的所有用户都断开了连接,否则无法变更全局临时表。
www.ianywhere.com
6.
We recommend that you explicitly specify NULL or NOT NULL for each column in a temporary table.
建议对于临时表中的每列,显式指定NULL或NOTNULL。
msdn2.microsoft.com
7.
After an application session defines a created temporary table, concurrently running sessions do not have to redefine it.
在应用程序会话定义已创建的临时表之后,并发运行的会话不需要重新定义它。
www.ibm.com
8.
So, for reasons of encapsulation, the procedure declares it's on temporary table and then drops it when the temp is no longer needed.
因此,为了进行封装,该过程声明DGTT位于临时表上,然后,当不再需要这个临时表时,可以删除它。
www.ibm.com
9.
The method for estimating the size of a temporary table size is the same as estimating the size of a standard table.
估计临时表大小的方法与估计标准表大小的方法相同。
msdn2.microsoft.com
10.
Indexes defined on a declared global temporary table cannot be transferred.
定义在声明的全局临时表上的索引不能被转移。
www.ibm.com
1.
Thus, a subquery can be thought of as a temporary table with statement scope.
因此,一个子查询可以认为是语句范围内的临时表(内联视图)。
www.bing.com
2.
The usage of a temporary table limits tracing to procedures of the class MODIFIES SQL DATA.
临时表的使用限制了对属于MODIFIESSQLDATA类别的过程的跟踪。
www.ibm.com
3.
Otherwise, the declared local temporary table exists until the end of the connection.
否则,声明的局部临时表在连接断开前一直存在。
www.ianywhere.com
4.
To demonstrate this use of the DELETE statement, create a temporary table, insert several rows, and delete them all, as shown in Listing 1.
为了演示DELETE语句的这种用法,创建一个临时表,插入几行,然后全部删除,如清单1所示。
www.ibm.com
5.
Each DB2 database contains at least one catalog table space, one or more user table spaces, and one or more temporary table spaces.
每一个DB2数据库都至少包含一个分类表空间,一个或多个用户空间,以及一个或多个临时表空间。
www.ibm.com
6.
inserts data into a temporary table . bulk insert task.
大容量插入任务将数据插入到临时表。
www.ichacha.net
7.
For more information, see CREATE TABLE statement, ALTER TABLE statement, DECLARE LOCAL TEMPORARY TABLE statement, and LOAD TABLE statement.
有关详细信息,请参见CREATETABLE语句、ALTERTABLE语句、DECLARELOCALTEMPORARYTABLE语句和LOADTABLE语句。
www.ianywhere.com
8.
ONLINE cannot be set to ON when an index is being created on a local temporary table.
对本地临时表创建索引时,ONLINE不能设置为ON。
msdn2.microsoft.com
9.
It completes the encapsulation of the temporary table declaration through stored procedures.
完成了通过存储过程声明临时表的封装。
www-128.ibm.com
10.
The clause is useful if procedures that use the temporary table are called repeatedly with no intervening COMMITs or ROLLBACKs.
如果使用临时表的过程被反复调用,且中间没有COMMIT或ROLLBACK操作,该子句很有用。
www.ianywhere.com
1.
A nested table can be considered as a local temporary table that is defined and used within the scope of one SQL statement.
嵌套表可以看成是在一个SQL语句中定义和使用的局部临时表。
www-128.ibm.com
2.
You may also need other resources such as network IO or memory to store temporary table, but let us ignore them for a moment.
也许还需要其它一些系统资源,比如:网络IO,或者用来存放临时表的内存空间。但我们先关注另一个问题。
blog.163.com
3.
When a temporary table name is specified, the database name must come before the temporary table name, unless the current database is.
否则必须在该临时表名之前加上数据库名称。
msdn2.microsoft.com
4.
Use a created global temporary table (CGTT) for per-session storage of the baseline data (use one CGTT per table function).
使用为基线数据的每会话存储创建的全局临时表(CGTT)(对于每个表函数,使用一个CGTT)。
www.ibm.com
5.
If the sorted information requires a temporary table to be returned, it is a non-piped sort.
如果排序信息的返回需要临时表,那它就是非管道排序(non-pipedsort)。
www.ibm.com
6.
As well, DB2 always required a system temporary table space that had a 4 KB page size too.
DB2同样总是需要一个也是4KB页面大小的系统临时表空间。
www.ibm.com
7.
Figure 8 shows the database, which has five table spaces: a catalog, two regular, a long, and a system temporary table space.
图8显示了一个具有五个表空间的数据库:一个目录表空间、两个常规表空间、一个长表空间和一个系统临时表空间。
www.ibm.com
8.
This will happen if the cursor has an ORDER BY that uses an existing index (a temporary table is not created).
如果游标有使用现有索引的ORDERBY(未创建临时表),则会发生这种情况。
www.ianywhere.com
9.
An identifier that starts with a number sign denotes a temporary table or procedure.
以一个数字符号开头的标识符表示临时表或过程。
msdn2.microsoft.com
10.
If you do need to modify the structure of a table, you need to use a temporary table, as shown in Listing 6.
如果不需要修改表的结构,则需要使用临时表,如清单6所示。
www.ibm.com
1.
User temporary table spaces: User temporary table spaces store declared global temporary tables.
用户临时表空间:用户临时表空间存储已声明的全局临时表。
www.ibm.com
2.
The example database has five table spaces: one catalog, two regular, one large, and one system temporary table space.
这个例子数据库有5个表空间:一个目录表空间、两个常规表空间、一个长表空间和一个系统临时表空间。
www.ibm.com
3.
If sorted information can return directly without requiring a temporary table to store a final, sorted list of data, it is a piped sort.
如果排序信息可以直接返回,而无需临时表来存储最终排序的数据列表,它就是管道排序(pipedsort)。
www.ibm.com
4.
Local temporary table identifiers can be a maximum of 116 characters .
本地临时表标识符最多可以包含116个字符。
www.bing.com
5.
Intent locks, row locks, and page locks all count toward the escalation count, unless they are temporary table locks.
除非属于临时表锁,否则意向锁、行锁和页锁都将计入升级统计中。
msdn2.microsoft.com
6.
In the above example, a CLP connection was made followed by a temporary table declaration.
在上面的例子中,创建CLP连接后声明了一个临时表。
www-128.ibm.com
7.
The defragmenter may not be run on the partition partition, secondary server, or a temporary table.
碎片整理程序不能在已分区分区、备份服务器、或者临时表上运行。
www.ibm.com
8.
The USE privilege cannot be used with SYSCATSPACE or on any system temporary table spaces.
USE特权不能对SYSCATSPACE或任何系统临时表空间使用。
www-128.ibm.com
9.
Name of a temporary table available system wide.
系统范围内可用的临时表的名称。
msdn2.microsoft.com
10.
Problems arise when the location where a temporary table is declared differs from where it may be used.
当声明临时表的位置与使用它的位置不同时,会引起问题。
www-128.ibm.com
1.
You can reference a created temporary table in SQL functions, triggers, indexes, and views.
您可以在SQL函数、触发器、索引和视图中引用已创建的临时表。
www.ibm.com
2.
The catalog table space and system temporary table spaces should usually be allocated as SMS.
通常应该将目录表空间和系统临时表空间作为SMS分配。
www.ibm.com
3.
The DECLARE LOCAL TEMPORARY TABLE statement declares a temporary table.
DECLARELOCALTEMPORARYTABLE语句声明临时表。
www.ianywhere.com
4.
Name of a temporary table available only to the current job.
只限当前任务可用的临时表的名称。
msdn2.microsoft.com
5.
No user temporary table spaces exist when a database is created.
创建数据库时不存在用户临时表空间。
www.ibm.com
6.
Stores the data from the input into a temporary table in order to optimize rewinds .
将输入中的数据保存到临时表中,以优化重绕操作。
dictsearch.appspot.com
7.
More guests, the tables were almost all book, was not enough, add a temporary table.
客人比较多,几乎所有的餐桌被预定,后来还不够,临时加了一桌。
learning.zhishi.sohu.com
8.
It is also worth noting that temporary table spaces and free DMS extents are not part of the backup image.
值得注意的是,临时表空间和空闲DMS盘区(extent)不是备份镜像的一部分。
www.ibm.com
9.
Indexes can be created on a temporary table.
可以为临时表创建索引。
technet.microsoft.com
10.
Create a user temporary table space for use by the global temporary table.
创建一个用作全局临时表的用户表空间。
www.ibm.com
1.
Finally, you used a temporary table to modify the structure of an existing database table.
最后,使用临时表来修改现有数据表的结果。
www.ibm.com
2.
We then turn tracing on using the default user temporary table space provided by the friendly DBA.
然后,我们使用友好的DBA提供的默认用户临时表空间打开跟踪。
www.ibm.com
3.
Load target directly, no temporary table required.
不通过临时表而直接加载目标。
yeebang.com
4.
Consider using a table variable instead a temporary table.
考虑使用表变量来代替临时表
www.infoq.com
5.
Temporary tables are stored in user temporary table spaces.
临时表存储在用户临时表空间中。
www-128.ibm.com
6.
This example creates a single-column temporary table that holds an integer value.
本例创建保存整数值的单列临时表。
www.ibm.com
7.
Each row in the temporary table is comprised of a text (for example, "abcd-def ghi" ) and a word to search for (for example, "def" ).
临时表中的每一行包含一个文本(例如“abcd-defghi”)和一个要搜索的单词(例如“def”)。
www.ibm.com
8.
Instead, create a single, more complex query using a temporary table.
可改用临时表创建一个更复杂的单一查询。
technet.microsoft.com
9.
To declare the temporary table in the CLP connection context.
来声明CLP连接环境中的临时表。
www-128.ibm.com
10.
You cannot use ALTER TABLE on a local temporary table.
对于局部临时表不能使用ALTERTABLE。
www.ianywhere.com
1.
This will populate the temporary table with three rows.
向临时表填充三行记录。
www-128.ibm.com
2.
CREATE TEMPORARY TABLE DB2 supports created global temporary tables in addition to declared global temporary tables.
CREATETEMPORARYTABLE除了声明全局临时表之外,DB2还支持创建全局临时表。
www.ibm.com
3.
Use this statement to declare a local temporary table.
此语句用于声明局部临时表。
www.ianywhere.com
4.
The consumed space in the user temporary table space will be freed.
所消耗的用户临时表空间中的空间也将得到释放。
www.ibm.com
5.
2This limit is applied only if a storage engine temporary table is used for implementing ORDER BY.
2只有在使用存储引擎临时表执行ORDERBY时,才应用此限制。
msdn2.microsoft.com
6.
Ideally, such tables are created in memory; but if a temporary table gets too large, it's written to disk.
但是如果临时表变得太大,就需要写入磁盘中。
www.ibm.com
7.
The process of dropping a table is demonstrated on a newly created temporary table in Listing 4.
清单4中在新创建的临时表上演示了删除表的过程。
www.ibm.com
8.
The script below shows an example, which you can modify to create a user temporary table space in your environment.
下面的脚本给出了一个例子,我们可以对其进行更改,从而在自己的环境中创建一个用户临时表空间。
www.ibm.com
9.
For DB2 9. 7, the limits on the size of large and temporary table spaces have been increased four-fold.
对于DB29.7,大型表空间和临时表空间的大小限制增加了4倍。
www.ibm.com
10.
A persistent table or temporary table is derived from BaseTable.
持久表或临时表是从BaseTable派生出来的。
www.ibm.com
1.
No user temporary table space was created.
没有创建用户临时表空间。
www.ibm.com
2.
An application wants to declare temporary table T, populate it, and then call procedure P to process the data.
一个应用程序需要声明临时表T,填充它后并调用过程P来处理数据。
www.ibm.com
3.
Listing 9 shows an example of a declared temporary table.
清单9展示了一个已声明临时表的示例。
www.ibm.com
4.
A Web page displays the data, such as table-cache usage, key efficiency, connected clients, and temporary-table usage.
有一个Web页面会显示这些数据,例如表缓存的使用情况、关键字效率、连接上的客户机以及临时表的使用情况。
www.ibm.com
5.
In this example, we have demonstrated how to share a temporary table between two procedures.
这个例子中,我们演示了如何在两个过程中共享一个临时表。
www-128.ibm.com
6.
In DB2 LUW, a default system temporary table space called TEMPSPACE1 will be available for such DB2 DBM requirements as sorts or joins.
在DB2LUW中,,一个名为TEMPSPACE1的默认系统临时表空间可用来满足DB2DBM需求(排序或联接等)。
www.ibm.com
7.
It is best to create user temporary table space from the system one.
最好从系统临时表空间创建用户临时表空间。
www.ibm.com
8.
You should create one or more USER temporary table spaces for storing data of temporary tables.
您应当创建一个或多个USER临时表空间来存储临时表的数据。
www.ibm.com
9.
Declared global temporary table support was significantly enhanced for DB2 UDB version 8. 1.
对已声明的全局临时表的支持在DB2UDBv8.1中得到了显著的加强。
www.ibm.com
10.
How can P2 and P3 reference a temporary table declared in P1 without re-declaring it themselves?
P2和P3又如何能引用P1中声明的临时表而无需再重新声明呢?
www.ibm.com
1.
The application will keep on consuming more and more user temporary table space.
应用程序将继续消费越来越多的用户临时表空间。
www.ibm.com
2.
This occurs if a temporary table had to be created to open the cursor (see Use of work tables in query processing for a description).
如果在打开游标时必须创建一个临时表,则会发生这种情况(有关说明,请参见在查询处理中使用工作表)。
www.ianywhere.com
3.
To use this routine in DB2 V8. 2. 2 requires an 8 KB page user temporary table space.
为了使用该例程,DB2V8.2.2中需要一个8KB页面的用户临时表空间。
www.ibm.com
4.
Option by inserting multiple rows into a temporary table first with the option set to
时在临时表中插入多行,然后在该选项设置为
msdn2.microsoft.com
5.
Transfer Data to a Temporary Table With a Scope
传递一个数据到一个范围的临时表格
iyuanma.com
6.
In both cases, attempts to re-declare a temporary table within the same session will result in the following error
这两种情况下,若在相同会话中企图重新声明临时表将导致如下错误
www.ibm.com
7.
Convert a declared global temporary table (DGTT) to a created global temporary table (CGTT)
将已声明的全局临时表(DGTT)转换为已创建的全局临时表(CGTT)
www.ibm.com
8.
Using a procedure to drop the temporary table has these two benefits
使用过程来删除临时表有以下两个优点
www-128.ibm.com
9.
The following example illustrates how to declare a temporary table in a stored procedure
下面的示例阐释如何在存储过程中声明临时表
www.ianywhere.com
10.
All requests to the cursor are answered from this temporary table in
对游标的所有请求都从
msdn2.microsoft.com
1.
The following example illustrates how to declare a temporary table in Embedded SQL
下面的示例阐释如何在嵌入式SQL中声明临时表
www.ianywhere.com
2.
A system temporary table space named TEMPSPACE1, which is used as a temporary storage area for certain operations
一个名为TbPSPACE1的系统临时表空间,用作某些操作的临时存储空间。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 15:03:08