core24.sdl
Schema for the core24Example_main.c example. Compile this schema using rdm-compile as follows:
rdm-compile --c-structs --lc-struct-members --catalog core24.sdl
and include the generated header file(s) as follows:
#include "core24_structs.h" #include "core24_cat.h"
and compile the following generated source file(s):
core24_cat.c
Here follows the actual schema:
CREATE TABLE simple (
int_col INT not null
);