PostgreSQL Source Code  git master
jsonpath_internal.h File Reference
#include "utils/jsonpath.h"
#include "jsonpath_gram.h"
Include dependency graph for jsonpath_internal.h:

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
 

Macro Definition Documentation

◆ YY_DECL

#define YY_DECL
Value:
extern int jsonpath_yylex(YYSTYPE *yylval_param, \
JsonPathParseResult **result, \
struct Node *escontext)
Definition: nodes.h:129

Definition at line 28 of file jsonpath_internal.h.

Typedef Documentation

◆ JsonPathString

Function Documentation

◆ jsonpath_yyerror()

void jsonpath_yyerror ( JsonPathParseResult **  result,
struct Node escontext,
const char *  message 
)

◆ jsonpath_yyparse()

int jsonpath_yyparse ( JsonPathParseResult **  result,
struct Node escontext 
)

Variable Documentation

◆ YY_DECL

YY_DECL

Definition at line 31 of file jsonpath_internal.h.