greenplumn plvlex 代码
文件路径:/gpcontrib/orafce/plvlex.h
typedef struct
{
int typenode;
char *str;
int keycode;
int lloc;
char *sep;
char *modificator;
char *classname;
} orafce_lexnode;
文件路径:/gpcontrib/orafce/plvlex.h
typedef struct
{
int typenode;
char *str;
int keycode;
int lloc;
char *sep;
char *modificator;
char *classname;
} orafce_lexnode;