Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Tool to format ProC on Unix

Tool to format ProC on Unix

From: Joann Wright-Fisher <joannw_at_sr.hp.com>
Date: 1997/01/30
Message-ID: <5cr9uv$kao@canyon.sr.hp.com>#1/1

	Just wondering whether anyone has found a formatting tool such
	as 'C beautifier' or 'indent' that works cleanly with
	embedded SQL on Unix.  I'm using 'indent' now, but I need to 
	envelop SQL statements that contain :'s with:


/* *INDENT-OFF* */
EXEC SQL SELECT COLUMN INTO :myvariable FROM TABLE;
/* *INDENT-ON* */
Thanks, JoAnn
Received on Thu Jan 30 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US