core19Example.sdl
Schema for the core19Example_main.c example. Compile this schema using rdm-compile as follows:
rdm-compile --c-structs --lc-struct-members --catalog core19Example.sdl
and include the generated header file(s) as follows:
#include "core19Example_structs.h" #include "core19Example_cat.h"
and compile the following generated source file(s):
core19Example_cat.c
Here follows the actual schema:
CREATE TABLE info
(
myChar char(32)
);