PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
JsonPathKeyword Struct Reference

Data Fields

int16 len
 
bool lowercase
 
int val
 
const char * keyword
 

Detailed Description

Definition at line 390 of file jsonpath_scan.l.

Field Documentation

◆ keyword

const char* JsonPathKeyword::keyword

Definition at line 395 of file jsonpath_scan.l.

Referenced by copy_connection().

◆ len

int16 JsonPathKeyword::len

Definition at line 392 of file jsonpath_scan.l.

◆ lowercase

bool JsonPathKeyword::lowercase

Definition at line 393 of file jsonpath_scan.l.

◆ val

int JsonPathKeyword::val

Definition at line 394 of file jsonpath_scan.l.


The documentation for this struct was generated from the following file: