This essay introduces the concrete work about Russian book retrospective bibliographic database. It makes an inquiring into the problem of Russian date input procedure especially.
本文介绍了俄文图书回溯建库的具体工作,着重探讨了俄文数据录入的工作程序问题。
Using a stored procedure as query subject input has the advantage that no unnecessary tables or views are created in the database.
使用存储过程作为查询主题输入有一个好处,那就是不需要在数据库中创建不必要的表或视图。
This procedure requires the name of the log file as an input parameter.
这个过程需要使用日志文件名作为输入参数。
To enable dynamic invocation, you should create a stored procedure that takes two parameters and invokes the mining flow with this user input.
为了实现动态调用,需要创建一个存储过程,它接受这两个参数并通过此用户输入调用挖掘流。
Calling a remote stored procedure with no result set means that the overhead added by federation is limited to name and type mapping between local and remote names and input parameters.
如果调用没有结果集的远程存储过程,那么联邦所增加的开销仅限于本地和远程名称及输入参数之间的名称和类型映射。
Please note that this procedure has one input and one output parameter.
请注意,这个存储过程有一个输入参数和一个输出参数。
Listing 20 creates a procedure that has two input parameters and two results set column names for output rows.
清单20创建的过程为输出行提供了两个输入参数和两个结果集列名。
The procedure takes the fully-qualified name of a table as input parameter and sets up the necessary data structures that are passed to the API function.
该过程以一个表的全限定名称作为输入参数,并设置必要的数据结构,以便将这些数据结构传递给api函数。
The server stub unmarshals the input parameters and invokes the requested local procedure in the server routines.
服务器存根解封输入参数,并将请求的本地过程调用到服务器例程。
This stored procedure accepts two input parameters, the employee number and a rating, then updates the employee's salary and bonus depending on the rating given.
该存储过程接受两个输入参数,即雇员号和一个评分,然后根据给定的评分更新该雇员的工资和奖金。
Our experimental setup was the same as for the last tests, except that the remote stored procedure was written to return a result set whose size depended on an input parameter.
实验设置与前面的测试相同,惟一不同的是远程存储过程现在返回一个结果集,结果集的大小取决于输入参数。
More precisely, increase the cluster scale to 30 nodes and the input data scale to 1.5tb and then do the above testing procedure all over again.
具体地说,把集群规模增加到30个节点,把输入数据规模增加到1.5TB,然后再次执行上面的测试过程。
Solution: Check the CREATE PROCEDURE statement and make sure you are passing the correct number of input and output parameters with proper data types.
解决方案:检查CREATEPROCEDURE语句,确保传递的输入和输出参数的数量和数据类型都正确。
The law includes no standards, no timeline, no budget, no procedure for obtaining the input of regulated parties and no clear way to resolve disputes.
这部法律没有提供标准、日程安排、支出预算、从被监管方获得数据的流程以及明确的争端解决机制等。
Stored procedure support — You can create and run stored procedures that contain XML data type (input or output) parameters or return XML data.
对存储过程的支持——您可以创建和运行包含XML数据类型(输入或输出)的参数或者返回XML数据的存储过程。
Called ON null INPUT — Specifies that the procedure is to be called even if any or all argument values are null, which means that the procedure must be coded to test for null argument values.
CALLEDONnullINPUT——指定将调用的过程,即使任何参数值或所有参数都为null,这意味着必须对过程进行编码,来测试那些null参数值。
The procedure shown in Listing 4 takes the necessary input parameters — the name and type of the file and the fully qualified name of the table into which the data from the file is to be loaded.
清单4中显示的过程带有必要的输入参数——文件的名称和类型,以及文件中的数据所装载到的目标表的全限定名称。
In Listing 24, the procedure proc is coded to return an OUT parameter value, which is denoted by the parameter marker (?), and was not coded to accept an input value.
在清单24中,过程被编码为返回一个OUT参数值,使用参数标记(?)表示,并且不能接受输入值。
Procedure find_customers, takes two parameters of type phonenumbers (one in and one OUT), and populates the OUT parameter with the input Numbers that begin with a given area code.
过程find _ customers采用类型为phonenumbers的两个参数(一个为in,另一个为OUT),并通过以给定区域代码开始的输入数字来填充out参数。
For stored procedures, you can map the input and output parameters of the stored procedure to the data set source columns as defined in the select command.
对于存储过程,您可以将该存储过程的的输入和输出参数映射到select命令中所定义的数据集源列。
Repeat this same procedure for all the remaining input fields on the Simple Form Sample page.
为SimpleFormSample页面上的所有剩余输入区域重复这个相同的步骤。
We will add input parameters to the stored procedure that can later be set in the Cognos Report and will parametrize the created mining model.
我们会将输入参数添加到这个存储过程以便之后在Cognos Report内设置,我们还要参数化所创建的这个挖掘模型。
In the following paragraphs, see how to create a Cognos Framework Manager project, define the two input tables and the previously created stored procedure.
在下面的几个段落中,您将看到如何创建一个CognosFrameworkManager项目、定义这两个输入表以及前面创建的存储过程。
This XPath expression is used with other SQL in the stored procedure to return the sum of the payable amount due on the date supplied as input.
这个XPath表达式与存储过程中的其他SQL相结合,返回在输入的日期应该支付的总金额。
The SALES_STATUS procedure accepts an input parameter called quota and returns an output parameter called sql_state.
SALES_STATUS过程接受名为quota的输入参数,并返回名为sql_state的输出参数。
A developer that creates a CMP bean that USES a stored procedure knows how to invoke this stored procedure and handle the input and output parameters.
创建过使用存储过程的CMPbean的开发人员知道如何调用这个存储过程,以及如何处理输入和输出参数。
The com.ibm.websphere.sample.BankAccountSPFile file contains the logic that handles the input/output parameter and invocation of the stored procedure.
BankAccountSPFile文件包含处理输入/输出参数和调用存储过程的逻辑。
Federated procedure SYBSTOCKQUOTE is created for the remote Sybase procedure that takes the stock name and the date as an input parameter as.
对于以股票名称和日期作为输入参数的远程sybase过程,创建的联邦过程sybstockquote如下。
Federated procedure ORASTOCKINFO is created for the Oracle procedure that takes in the username as the input parameter as.
对于以用户名作为输入参数的Oracle过程,创建的联邦过程orastockinfo如下。
Federated procedure ORASTOCKVALUE is created for the Oracle procedure that takes in the account number as the input parameter as.
对于以帐号作为输入参数的Oracle过程,创建的联邦过程ORASTOCKVALUE如下。
应用推荐