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

 

单词 pl
释义 pl.
基本例句
=place 场所,地方,位置,=platelets 血小板,=pleural 胸膜,=plexus 丛,=plural 复数的
Do you wish you could reuse your PL/ SQL knowledge and code on another database platform?
希望在另一种数据库平台上重用 PL/ SQL知识和代码吗? ibm

The compilation and execution of anonymous blocks are combined in one step, while a PL/ SQL stored procedure needs to be re- defined before use each time its definition changes.
匿名块的编译和执行被合并到一个步骤中,而 PL/ SQL存储过程的定义改变时,在使用它之前必须进行重新定义。 ibm

The SQL procedural language SQL PL is a popular tool in many DB2 developers' toolboxes.
SQL过程语言 SQL PL是许多 DB2开发人员工具箱中的一个流行工具。 ibm

The target audience should have a basic knowledge of PL/ SQL to be able to use the document effectively.
目标读者应该具备 PL/ SQL的基本知识,能够有效地使用文档。 ibm

When Makefile. PL is run, it first examines MANIFEST, and checks that all the files required for the project are present.
PL运行时,它首先检查 MANIFEST,并检查是否存在项目所需的所有文件。 ibm

A content- assist tool to complete variable names, COBOL or PL/ I statements, and EXEC CICS statements with fewer keystrokes.
一个内容辅助工具,可通过更少的键盘输入完成变量名称、 COBOL或 PL/ I语句和 EXEC CICS语句。 ibm

All instruments required that B- criteria co- occur with the mood episode, except KSADS- PL, which considered five out of the seven symptoms.
所有诊断工具都需要 B-标准和心境发作一同出现,但除了 KSADS- PL只是要求七项症状中的五项。 yeeyan

Anonymous blocks are PL/ SQL structures that provide the capability to create and execute procedural code on the fly without persistently storing the code as database objects in the system catalogs.
匿名块是能够动态地创建和执行过程代码的 PL/ SQL结构,而不需要以持久化的方式将代码作为数据库对象储存在系统目录中。 ibm

Anonymous PL/ SQL blocks, on the other hand, do not attach a name to the set of logical statements.
另一方面,匿名 PL/ SQL块并没有为一组逻辑语句关联一个名称。 ibm

Arrays in SQL PL are allocated and reallocated dynamically.
动态分配并重新分配 SQL PL中的阵列。 ibm

CSM manages the distribution of the PL binaries using the CFM file transfer facility.
CSM使用 CFM文件传输工具来管理 PL二进制文件的分发。 ibm

Developers who program logic in SQL/ PL will be delighted to find out that they no longer require a native C compiler on their distributed workstations to develop their code.
用 SQL/ PL编写逻辑的开发人员将会欣喜地发现,他们不再需要在分布式工作站上安装 C本机编译器来开发代码了。 ibm

For many companies, their business- critical systems run applications that were written years ago in older, heritage languages such as COBOL, RPG, and PL/ I.
对于许多公司来说,它们的关键业务的系统运行着许多年前用较老的传统语言,如 COBOL、 RPG,和 PL/ I撰写的应用程序。 ibm

For SQL PL stored procedures and UDFs, you can specify default parameter values and assign them by name.
对于 SQL PL存储过程和 UDF,可以指定默认参数值并按名称分配参数值。 ibm

In the context of inline SQL PL UNIONs are used to drive statements in a sequential fashion.
在内联 SQL PL的上下文中, UNION用于以一种连续的方式派生出语句。 ibm

Instead, take a look at a simple example that illustrates arrays in SQL PL.
相反,看一个对 SQL PL中的阵列进行说明的简单示例。 ibm

Like arrays in other programming languages, DB2 arrays can be used as an auxiliary data structure when coding algorithms in SQL PL.
像其他编程语言中的阵列一样,在 SQL PL中对算法编码, DB2阵列可用作辅助数据结构。 ibm

Listing4 demonstrates how to simulate an application run with the help of a PL/ SQL anonymous block.
清单4显示了如何通过 PL/ SQL匿名块的帮助模拟应用程序的运行。 ibm

Note that proper exception handling in SQL PL dictates that each procedure has an error handler that could easily enough have told us the failing procedure.
注意, SQL PL中适当的异常处理要求每个过程有一个错误处理程序,这个错误处理程序应该可以很容易地告诉我们出错的过程。 ibm

Once it is compiled and executed, this PL/ SQL procedure displays a welcome message to the user.
在编译和执行时,下面的 PL/ SQL过程向用户显示一条欢迎消息。 ibm

Since our user action supports the PL/ I syntax of ending a command with a semicolon, we will use a PL/ I example.
由于我们的用户操作支持使用分号作为命令结尾的 PL/ I语法,因此我们将使用 PL/ I示例。 ibm

SQL PL developers should use the corresponding function provided by the DB2 native compound SQL statements.
SQL PL开发人员应该使用 DB2原生复合 SQL语句提供的对应函数。 ibm

SQL PL stored procedures are easy to create and have good performance.
SQL PL存储过程很容易创建,它们的性能很好。 ibm

The GPFS portability layer PL is kernel- specific, and it must be created separately for each operating system level within your cluster.
GPFS可移植层 PL是内核特有的,必须为集群中的每个操作系统级别单独创建。 ibm

The interviewers differed as well; KSADS- E, KSADS- PL, and WASHU- KSADS were designed to be administered by clinicians, but there were several instances of trained laypeople obtaining the data.
访谈者也不一样, KSADS- E、 KSADS- PL和 WASHU- KSADS被设计为由临床医师实施,但是也存在一些事例是受过训练的外行人进行数据采集的情况。 yeeyan

The following sample example of SQL- PL stored procedure TESTSP shows use of the logging stored procedures.
下面这个 SQL- PL存储过程 TESTSP的例子显示了日志存储过程的用法。 ibm

These package methods can be called by PL/ SQL programs, among other programming environments.
这些包方法可以由很多编程环境调用,其中就包括 PL/ SQL程序。 ibm

These procedures can be external stored procedures using embedded SQL or written entirely in SQL PL.
这些过程可以是使用嵌入式 SQL编写的外部存储过程,也可以完全以 SQL PL编写。 ibm

To proactively satisfy this requirement, he decides to write a simple prototype PL/ SQL anonymous block that sends email containing some message to the customers in the CUSTOMER table.
为了满足需求,他决定编写一个简单的原型 PL/ SQL匿名块,以向 CUSTOMER表中的客户发送包含消息的电子邮件。 ibm

Triggers and user- defined functions UDFs now have enhanced SQL PL support.
触发器和用户定义函数 UDF增加了 SQL PL支持。 ibm
随便看

 

英汉汉英双解词典包含9999994条英汉翻译词条,涵盖了常用英语单词及词组短语的翻译及用法,是英语学习的必备工具。

 

Copyright © 2000-2023 Tbdmj.com All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/11 4:28:46