core23.sdl

Schema for the core23Example_main.c example. Compile this schema using rdm-compile as follows:

rdm-compile --c-structs --lc-struct-members --catalog core23.sdl

and include the generated header file(s) as follows:

#include "core23_structs.h"
#include "core23_cat.h"

and compile the following generated source file(s):

core23_cat.c

Here follows the actual schema:

CREATE TABLE simple (
int_col INT key not null
);