all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Looking for mode for Oracle Pro*C. AKA embedded SQL/C.
@ 2003-05-16 21:07 Mamouliane
  2003-05-17  7:12 ` Tim X
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mamouliane @ 2003-05-16 21:07 UTC (permalink / raw)



Oracle Pro*C is basically a pre-processor. It takes a source file
written in C and containing SQL statements. Hence the name embedded
SQL.
The pre-processor replaces all SQL statements by C statements &
function calls. In the end what you have is  C source code that is
then compiled and linked with Oracle libraries.
This is a very basic description of what it does but you get the idea.

Is anyone aware of such a mode available for Pro*C? I know of a SQL
mode and PL/SQL mode but can't find a mode for Pro*C or embedded
SQL/C.
Should I write such a mode? Is it very difficult? It would basically
be an extension to the available C mode. There is already modes
for SQL and PL/SQL out there so I figure I would use that too.

What do you guys think?

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-05-20 16:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-16 21:07 Looking for mode for Oracle Pro*C. AKA embedded SQL/C Mamouliane
2003-05-17  7:12 ` Tim X
2003-05-19 12:19   ` Kevin Dziulko
     [not found]   ` <873cjdsxz3.fsf@gnu.org>
2003-05-20 14:45     ` Mamouliane
2003-05-19 21:22 ` Robert Pollard
     [not found] ` <mailman.6420.1053382303.21513.help-gnu-emacs@gnu.org>
2003-05-19 23:31   ` Johan Bockgård
2003-05-20  9:43   ` Tim X
2003-05-20 16:13   ` Mamouliane

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.