This directory contains example files for the gesql translator:

simple_pkg  -  readout the employee database 
simple      -  same as above, but implemented as a single procedure
nobel_co    -  a more complex example
dynamic     -  Example for dynamic sql
attachment  -  Handling of varbinary type for blobs. It support the 
	       following features:
		- copy a file into a blob
		- read a file from a blob into a file
		- list all blobs
		- delete a blob

