Embedded SQL中文,Embedded SQL的意思,Embedded SQL翻译及用法

2025-10-31 11:35 浏览次数 11

Embedded SQL

Embedded SQL is a method of combining the computing power of a programming language and the database manipulation capabilities of SQL. Embedded SQL statements are SQL statements written inline with the program source code of the host language.

Embedded SQL 例句

英汉例句

  • For making this both easier and more standardized, Embedded SQL is a metaprogramming system used to easily combine database access with C.

    要让这个过程变得又简单、又标準化,那么嵌入式SQL就是一个很好的元编程系统,可以在C 语言中简单地合并数据库访问的功能。

  • To see how a code generator works, let's look at a short Embedded SQL program.

    为了了解代码生成器是如何工作的,让我们先来看一个简短的嵌入式SQL程序。

  • PostgreSQL comes with an Embedded SQL compiler, ecpg.

    PostgreSQL就提供了一个嵌入式SQL的编译器ecpg。

  • The Embedded SQL approach for DB2 data access involves the use of an application preprocessor to translate and replace all of the SQL references with native access interfaces to the DB2 server.

    用于DB 2数据访问的Embedded SQL方式需要使用应用程序预处理器,将所有SQL引用转换为DB 2服务器的本机访问接口。

  • Using the Embedded SQL though, makes the database access much more natural, intuitive, and error-free for the programmer than through the direct use of libraries.

    使用嵌入式SQL可以让对数据库的访问比直接使用库函数来访问数据库更加自然、直观,而且程序员可以更少犯错误。

  • Adobe and Mozilla hope to accelerate the adoption of a standard language for creating engaging Web applications. Embedded SQL database.

    Adobe和Mozilla希望加速采用一种标準的语言,来创建有趣的Web应用程序。

相关热词