Pro*C
Pro*C (also known as Pro*C/C++) is an embedded SQL programming language used by Oracle Database DBMSes. Pro*C uses either C or C++ as its host language. During compilation, the embedded SQL statements are interpreted by a precompiler and replaced by C or C++ function calls to their respective SQL library. The output from the Pro*C precompiler is standard C or C++ code that is then compiled by any one of several C or C++ compilers into an executable.
External links
- Introduction to Pro*C Embedded SQL
- Embedded SQL with Pro*C at the Wayback Machine (archived July 17, 2014)
- Oracle 11.2 Pro*C/C++ Programmer's Guide
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.