网站首页  词典首页

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

 

单词 embedded SQL
释义

embedded SQL

  • 网络嵌入式结构化查询语言;镶嵌式查询语言;内嵌式结构化查询语言
1.
嵌入式结构化查询语言
...- Library、CT-Library; ? 「嵌入式结构化查询语言」(Embedded SQL) ? 透过系统所提供的第四代语言(Fourth Generation …
www.docin.com
2.
镶嵌式查询语言
英汉GIS词汇 - 地理信息系统 -... ... Embedded QUEL 内嵌式查询 embedded SQL 镶嵌式查询语言 emergency run 地图翻印 ...
dixie.lamost.org
3.
内嵌式结构化查询语言
其主要任务为透过内嵌式结构化查询语言Embedded SQL),使得所开发的系统具有资料库维护及查询的功能,提供使用者 …
shopping.pchome.com.tw

例句

释义:
1.
This tutorial introduces you to embedded SQL programming and walks you through the basic steps of constructing an embedded SQL application .
本教程向您介绍嵌入式SQL编程,并带您走过用于构造嵌入式SQL应用程序的基本步骤。
www.bing.com
2.
With Embedded SQL, the intricacies of database programming are masked by a sort of macro sub-language.
使用嵌入式SQL,数据库编程的复杂性可以通过一些宏子语言来屏蔽。
www.ibm.com
3.
The parsing process will convert the incoming V5 query spec and any potentially embedded SQL or MDX queries into a tree representation.
解析过程会将传入的V5查询规范或任何潜在的嵌入式SQL或MDX查询转换成一个树表示。
www.ibm.com
4.
A table- or field-name change would break an embedded SQL statement, and a URL change would break an embedded Ajax call.
表名或字段名的更改会破坏嵌入式的SQL语句,URL的更改则会破坏嵌入式的Ajax调用。
www.ibm.com
5.
These Java programs contain embedded SQL statements that are precompiled and bound to a DB2 UDB database.
这些Java程序包含嵌入式SQL语句,它们已被预编译并绑定到了DB2UDB数据库。
www.ibm.com
6.
For a detailed description of embedded SQL programming, see Embedded SQL Programming.
有关嵌入式SQL编程的详细说明,请参见嵌入式SQL编程。
www.ianywhere.com
7.
Many Embedded SQL implementations, however, are basically just specialized macro processors that generate regular C programs as output.
然而,很多嵌入式SQL的实现通常都是一些专用的宏处理器,可以生成C程序作为输出结果。
www.ibm.com
8.
To see how a code generator works, let's look at a short Embedded SQL program.
为了了解代码生成器是如何工作的,让我们先来看一个简短的嵌入式SQL程序。
www.ibm.com
9.
This information is returned by the Embedded SQL DESCRIBE or by ODBC SQLDescribeCol when a CALL statement is being described.
描述CALL语句时,嵌入式SQLDESCRIBE或ODBCSQLDescribeCol返回此信息。
www.ianywhere.com
10.
Do not use DB-Library or Embedded SQL to develop new applications.
请不要使用DB-Library或嵌入式SQL来开发新的应用程序。
msdn2.microsoft.com
1.
These procedures can be external stored procedures using embedded SQL or written entirely in SQL PL.
这些过程可以是使用嵌入式SQL编写的外部存储过程,也可以完全以SQLPL编写。
www.ibm.com
2.
Programmers familiar with mainframe SQL programming are used to embedded SQL.
熟悉大型机SQL编程的程序员对嵌入式SQL应该不会感到陌生。
www.ibm.com
3.
For information about these statements, see Developing Applications Using Embedded SQL.
有关这些语句的信息,请参见使用嵌入式SQL开发应用程序。
www.ianywhere.com
4.
Querying of data is also done at the level of entities and does not required string-embedded SQL queries, like many other frameworks.
对数据的查询也是在实体级别完成的,而并不需要字符串嵌入式的SQL查询,这和很多其它框架都是类似的。
www.infoq.com
5.
Embedded SQL applications depend on the way SQL statements are prepared dynamically, which may differ between database vendors.
而嵌入式SQL应用程序则依赖于动态准备SQL语句时所使用的方式,这里使用的方式对于不同数据库供应商可能有所不同。
www.ibm.com
6.
Variables are useful for creating large text or binary objects for INSERT or UPDATE statements from embedded SQL programs.
在为嵌入式SQL程序中的INSERT或UPDATE语句创建文本或二进制大对象时,变量非常有用。
www.ianywhere.com
7.
Through JDBC embedded SQL interface method, Java users can implement procedures almost all of the data base.
通过把SQL语句嵌入JDBC接口的方法中,用户可以通过Java程序执行几乎所有的数据库操作。
www.pudn.com
8.
In either case, the use of dynamic embedded SQL will be required to minimize the coding effort and overall number of handler programs.
无论采用哪种方法,都需要使用动态嵌入式SQL来最小化编码量和Handler程序的总数。
www.ibm.com
9.
Remove any dependencies on either DB-Library or Embedded SQL when modifying existing applications.
修改现有的应用程序时,请删除DB-Library或嵌入式SQL的任何依赖项。
msdn2.microsoft.com
10.
Other connections (ODBC and embedded SQL) have the default settings for the database.
其它连接(ODBC和嵌入式SQL)使用数据库的缺省设置。
www.ianywhere.com
1.
You can see the embedded SQL statement CREATE TABLE, with a name places and the four fields id, lat, lon, and comment.
可以看到嵌入的SQL语句CREATETABLE,数据库表名为places,它有四个字段id、lat、lon和comment。
www.ibm.com
2.
In embedded SQL, database options can be set only temporarily.
在嵌入式SQL中,只能临时设置数据库选项。
www.ianywhere.com
3.
A call is issued to the RPG CLOSE_SQL_CURSOR sub-procedure which contains the embedded SQL CLOSE statement.
一个调用被发送到RPGCLOSE_SQL_CURSOR子过程,该子过程包含嵌入的SQLCLOSE语句。
www.ibm.com
4.
In addition, the handler modules contain the prototyped calls to an RPG SQL service program which contains the embedded SQL sub-procedures.
另外,Handler程序模块包含一些原型化调用,它们调用一个包含嵌入式SQL子过程的RPGSQL服务程序。
www.ibm.com
5.
Stored procedures use statements very similar to embedded SQL statements.
存储过程使用语句的方式与嵌入式SQL语句非常相似。
www.ianywhere.com
6.
In UltraLite embedded SQL applications, use DELETE instead of TRUNCATE TABLE to delete all the rows in a table.
在UltraLite嵌入式SQL应用程序中,使用DELETE而不是TRUNCATETABLE来删除表中的所有行。
www.ianywhere.com
7.
Applications can access the result set via any SQL interface that supports result sets (embedded SQL, JDBC, etc).
应用程序可以通过任何支持结果集的SQL接口(嵌入式SQL、JDBC等)来访问结果集。
www.ibm.com
8.
This could be an issue with embedded SQL applications.
而对于嵌入式SQL应用程序,这可能是个问题。
www.ibm.com
9.
As indicated in Query 19, XQuery with embedded SQL can be useful to feed relational data into an XQuery.
从查询18中可以看出,嵌入了SQL的XQuery对于将关系型数据提供给XQuery来说非常有用。
www.ibm.com
10.
USING DESCRIPTOR clause The USING DESCRIPTOR clause is for Embedded SQL only.
USINGDESCRIPTOR子句USINGDESCRIPTOR子句仅用于嵌入式SQL。
www.ianywhere.com
1.
If you are connected from an ODBC or Embedded SQL application, the messages are displayed on the database server window.
如果是从ODBC或嵌入式SQL应用程序连接,则消息显示在数据库服务器窗口上。
www.ianywhere.com
2.
For reference information, see Embedded SQL API Reference.
有关参考信息,请参见嵌入式SQLAPI参考。
www.ianywhere.com
3.
If you are connected from an embedded SQL or ODBC application, the message is displayed on the database server window.
如果从嵌入式SQL或ODBC应用程序连接,则消息显示在数据库服务器窗口上。
www.ianywhere.com
4.
It also supports embedded SQL for Java (SQLJ), Java user-defined functions (UDFs), and Java stored procedures.
它还支持嵌入式SQLforJava(SQLJ)、Java用户定义的函数(UDF)和Java存储过程。
www.ibm.com
5.
The translator produces Java code based on the embedded SQL statements within a source SQLJ program.
转换器根据源SQLJ程序内的嵌入式SQL语句产生Java代码。
www-128.ibm.com
6.
When cursors are opened in embedded SQL, they are associated with the current connection.
当在嵌入式SQL中打开游标时,它们与当前连接关联。
www.ianywhere.com
7.
Static embedded SQL SET OPTION statements are not replicated.
不复制静态嵌入式SQLSETOPTION语句。
www.ianywhere.com
8.
The dbisqlc executable requires the standard embedded SQL client-side libraries.
dbisqlc可执行文件需要标准的嵌入式SQL客户端库。
www.ianywhere.com
9.
For more information about the values you can enter in the a_sql_data_type field, see Embedded SQL data types.
有关可以在a_sql_data_type字段中输入的值的详细信息,请参见嵌入式SQL数据类型。
www.ianywhere.com
10.
Embedded SQL is described in Embedded SQL Programming.
在嵌入式SQL编程中介绍了嵌入式SQL。
www.ianywhere.com
1.
In embedded SQL, an indicator variable is set to -2 for the column or columns that cause the error.
在嵌入式SQL中,对于导致错误的列,指示符变量设置为-2。
www.ianywhere.com
2.
This chapter lists functions that can be used in UltraLite embedded SQL applications.
本章列出了可用于UltraLite嵌入式SQL应用程序的函数。
www.ianywhere.com
3.
The application is written using embedded SQL.
应用程序是使用嵌入式SQL编写的。
www.ibm.com
4.
In Embedded SQL for C, an SQL statement built and executed at run time.
在用于C语言的嵌入式SQL中,运行时生成和执行的SQL语句。
technet.microsoft.com
5.
The following example is in Embedded SQL.
以下是嵌入式SQL中的示例。
www.ianywhere.com
6.
The following is an Embedded SQL example.
以下是嵌入式SQL的示例。
www.ianywhere.com
7.
"Static" only exists within applications, such as SQL stored procedures, and embedded SQL in applications (such as Java's SQLJ).
“静态”查询只存在于应用程序(比如SQL存储过程)和应用程序中嵌入的SQL(比如Java的SQLJ)。
www.ibm.com
8.
Program test_reopt. sqc is written with embedded SQL and is pre-compiled and bound using default REOPT level.
程序test_reopt.sqc是使用嵌入式SQL编写,并使用默认REOPT预编译和绑定的。
www.ibm.com
9.
The following embedded SQL code illustrates the use of ULEnablePalmRecordDB.
下面的嵌入式SQL代码阐释了ULEnablePalmRecordDB的用法。
www.ianywhere.com
10.
The BLOCK clause is for use in Embedded SQL only.
BLOCK子句仅供嵌入式SQL使用。
www.ianywhere.com
1.
XQuery with embedded SQL is good because the embedded SQL statement may contain calls to user-defined functions (UDFs).
嵌入了SQL的XQuery比较出色,因为嵌入式SQL语句可包含对用户定义的函数(UDF)的调用。
www.ibm.com
2.
For more information on the SQLDATETIME data type, see Embedded SQL data types.
有关SQLDATETIME数据类型的详细信息,请参见嵌入式SQL数据类型。
www.ianywhere.com
3.
In this article, I will be using RPG sub-procedures using embedded SQL.
在本文中,我将用到使用嵌入式SQL的RPG子过程。
www.ibm.com
4.
Instead of cross-compiling SQL Procedures to C with embedded SQL, the DB2 V8. 2 natively compiles and executes SQL Procedures using its PVM.
DB2V8.2使用其PVM编译并执行SQL过程,不再将SQL过程交叉编译成嵌入了SQL的C。
www.ibm.com
5.
The following examples show the use of OPEN in Embedded SQL.
下面的示例显示OPEN在嵌入式SQL中的用法。
www.ianywhere.com
6.
This chapter describes how to write data access code for embedded SQL UltraLite applications.
本章介绍如何为嵌入式SQLUltraLite应用程序编写数据访问代码。
www.ianywhere.com
7.
Adobe and Mozilla hope to accelerate the adoption of a standard language for creating engaging Web applications. Embedded SQL Database
Adobe和Mozilla希望加速采用一种标准的语言,来创建有趣的Web应用程序。
www.infoq.com
8.
Some of the main differences between embedded SQL and ODBC applications are
嵌入式SQL与ODBC应用程序之间的一些主要不同是
www.ibm.com
9.
IAnywhere. Com - Developing Applications Using Embedded SQL
iAnywhere.com-使用嵌入式SQL开发应用程序
www.ianywhere.com
10.
Listing 5 provides another example of a call to the AUTOMAINT_GET_POLICY procedure using embedded SQL in C source code
清单5给出了另一个在C源代码中使用嵌入式SQL调用AUTOMAINT_GET_POLICY过程的例子
www.ibm.com
1.
The following example illustrates how to declare a cursor for a prepared statement in Embedded SQL
下面的示例阐释如何在嵌入式SQL中为预准备语句声明游标
www.ianywhere.com
2.
Tutorial: Build an Application Using Embedded SQL
教程:使用嵌入式SQL构建应用程序
www.ianywhere.com
3.
A future version of the SQL Server Database Engine will drop support for connections from DB-Library or Embedded SQL applications.
SQLServer数据库引擎的未来版本将不再支持来自DB-Library或嵌入式SQL应用程序的连接。
msdn2.microsoft.com
4.
Introduction to embedded SQL development tutorial
嵌入式SQL开发教程简介
www.ianywhere.com
5.
Ability to step into embedded SQL procedures for debugging
能够对嵌入的SQL过程进行调试
www.ibm.com
6.
The following sample embedded SQL code sets the file_name parameter
下面的嵌入式SQL示例代码设置file_name参数
www.ianywhere.com
7.
To use wide fetches in embedded SQL, include the fetch statement in your code as follows
若要在嵌入式SQL中使用大范围读取,请按如下所示在代码中包括读取语句
www.ianywhere.com
8.
The following example illustrates how to declare a temporary table in Embedded SQL
下面的示例阐释如何在嵌入式SQL中声明临时表
www.ianywhere.com
9.
The following example illustrates how to declare a scroll cursor in Embedded SQL
下面的示例阐释如何在嵌入式SQL中声明滚动游标
www.ianywhere.com
10.
The following statement shows how to use DISCONNECT in Embedded SQL
下面的语句显示如何在嵌入式SQL中使用DISCONNECT
www.ianywhere.com
1.
For example, suppose the following static SQL statement is found in an embedded-SQL application
例如,假设在一个嵌入式SQL应用程序中有以下的静态SQL语句
www-128.ibm.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/4/23 13:08:40