Zen-C
Loading...
Searching...
No Matches
sql.c File Reference
#include "zprep_plugin.h"
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for sql.c:

Data Structures

struct  Col
 
struct  Table
 

Typedefs

typedef struct Col Col
 
typedef struct Table Table
 

Functions

void sql_transpile (const char *input_body, const ZApi *api)
 
ZPluginz_plugin_init (void)
 

Variables

ZPlugin sql_plugin = {.name = "sql", .fn = sql_transpile}
 

Typedef Documentation

◆ Col

typedef struct Col Col

◆ Table

typedef struct Table Table

Function Documentation

◆ sql_transpile()

void sql_transpile ( const char *  input_body,
const ZApi api 
)

◆ z_plugin_init()

ZPlugin * z_plugin_init ( void  )

Variable Documentation

◆ sql_plugin

ZPlugin sql_plugin = {.name = "sql", .fn = sql_transpile}