Ability to step into embedded sql procedures for debugging 能夠?qū)η度氲膕ql過(guò)程進(jìn)行調(diào)試
Postgresql comes with an embedded sql compiler , Postgresql就提供了一個(gè)嵌入式sql的編譯器
In order to do this , you need an embedded sql processor 為了實(shí)現(xiàn)這種功能,需要使用一個(gè)嵌入式sql的處理程序。
Do not use db - library or embedded sql to develop new applications 請(qǐng)不要使用db - library或嵌入式sql來(lái)開(kāi)發(fā)新的應(yīng)用程序。
Embedded sql for c 用于c語(yǔ)言的嵌入式sql
The default isolation level for embedded sql statements is cursor stability 嵌入式sql語(yǔ)句的默認(rèn)隔離級(jí)別為游標(biāo)可靠性( cs ) 。
Avoiding embedded sql 避免內(nèi)嵌sql :
In embedded sql for c , an sql statement built and executed at run time 通過(guò)對(duì)analysis services數(shù)據(jù)庫(kù)存檔而創(chuàng)建的. cab文件。
To see how a code generator works , let s look at a short embedded sql program 為了了解代碼生成器是如何工作的,讓我們先來(lái)看一個(gè)簡(jiǎn)短的嵌入式sql程序。
The translator produces java code based on the embedded sql statements within a source sqlj program 轉(zhuǎn)換器根據(jù)源sqlj程序內(nèi)的嵌入式sql語(yǔ)句產(chǎn)生java代碼。
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.