PostgreSQL 正體中文使用手冊
15
PostgreSQL.TW官方使用手冊小島故事加入社團
Search
⌃K
Links
15
簡介
前言
I. 新手教學
II. SQL 查詢語言
III. 系統管理
IV. 用戶端介面
34. libpq - C Library
35. Large Objects
36. ECPG - Embedded SQL in C
35.1. The Concept
35.2. Managing Database Connections
35.3. Running SQL Commands
35.4. Using Host Variables
35.5. Dynamic SQL
35.6. pgtypes Library
35.7. Using Descriptor Areas
35.8. Error Handling
35.9. Preprocessor Directives
35.10. Processing Embedded SQL Programs
35.11. Library Functions
35.12. Large Objects
35.13. C++ Applications
35.14. Embedded SQL Commands
35.15. Informix Compatibility Mode
35.16. Internals
37. The Information Schema
V. 資料庫程式設計
VI. 參考資訊
VII. 資料庫進階
VIII. 附錄
參考書目
Powered By GitBook

36. ECPG - Embedded SQL in C

This chapter describes the embedded SQL package for PostgreSQL. It was written by Linus Tolke (<[email protected]>) and Michael Meskes (<[email protected]>). Originally it was written to work with C. It also works with C++, but it does not recognize all C++ constructs yet.
This documentation is quite incomplete. But since this interface is standardized, additional information can be found in many resources about SQL.
Previous
35.5. Example Program
Next
35.1. The Concept
Last modified 1mo ago
Export as PDF
Copy link
Edit on GitHub