hello_world.sdl

Schema for the cpp01Example_main.cpp example. Compile this schema using rdm-compile as follows:

rdm-compile --cpp-api hello_world.sdl

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

#include "hello_world_structs.h"
#include "hello_world_cat.h"
#include "hello_world_gen_api.h"

and compile the following generated source file(s):

hello_world_cat.cpp
hello_world_gen.cpp

Here follows the actual schema:

create table info
(
myChar char(50) not null
);