Untitled
unknown
c_cpp
14 days ago
1.2 kB
4
Indexable
const char* changeEventBaseDataPart1 = R"( { "name": "Data", "type": "record", "fields" : [ { "name": "eventsource", "type": { "name": "EventSource", "type": "record", "fields" : [ {"name": "db", "type": "string"}, {"name": "schema", "type": "string"}, {"name": "tbl", "type": "string"}, {"name": "cols", "type": { "type": "array", "items":{ "name": "Column", "type": "record", "fields":[ { "name": "name", "type": "string" }, { "name": "type", "type": "string" }, { "name": "index", "type": "int" } ] } }}, { "name": "pkkey", "type": { "type": "array", "items":{ "name": "PkKey", "type": "record", "fields":[ { "name": "columnname", "type": "string" }, { "name": "value", "type": "string" } ] } }} )";
Editor is loading...
Leave a Comment