PostgreSQL Source Code
git master
|
Go to the source code of this file.
Data Structures | |
struct | JsonPathString |
Macros | |
#define | YY_DECL |
Typedefs | |
typedef struct JsonPathString | JsonPathString |
Functions | |
int | jsonpath_yyparse (JsonPathParseResult **result, struct Node *escontext) |
void | jsonpath_yyerror (JsonPathParseResult **result, struct Node *escontext, const char *message) |
Variables | |
YY_DECL | |
#define YY_DECL |
Definition at line 28 of file jsonpath_internal.h.
typedef struct JsonPathString JsonPathString |
void jsonpath_yyerror | ( | JsonPathParseResult ** | result, |
struct Node * | escontext, | ||
const char * | message | ||
) |
int jsonpath_yyparse | ( | JsonPathParseResult ** | result, |
struct Node * | escontext | ||
) |
YY_DECL |
Definition at line 31 of file jsonpath_internal.h.