Category Archives: CodeGen

CodeGen related

Tabs in output

By default, when you press the tab-key in the editor, the indent is replaced by spaces. I wanted the generated code to contain tabs instead of spaces, so I have created the following code: An Oracle Stored Function: create or replace function tab_char return varchar2 is begin   return chr(9); end tab_char; In the cgml code […]

Read more

Qnxo is now Qcgu

Quest has recently aquired Qnxo which they will make available for free on ToadWorld.com. They have also renamed the product to from Qnxo (Quality iN, eXcellence Out) to Qcgu (Quest Code Generation Utility). Since the acronym doesn’t sound too good, it will probably be referred to as CodeGen. I have been testing the new version […]

Read more