PostgreSQL Source Code
git master
|
#include "postgres_fe.h"
#include <ctype.h>
#include "ecpg_kwlist_d.h"
#include "preproc_extern.h"
#include "preproc.h"
#include "ecpg_kwlist.h"
Go to the source code of this file.
Macros | |
#define | PG_KEYWORD(kwname, value) value, |
Functions | |
int | ScanECPGKeywordLookup (const char *text) |
Variables | |
static const uint16 | ECPGScanKeywordTokens [] |
Definition at line 22 of file ecpg_keywords.c.
int ScanECPGKeywordLookup | ( | const char * | text | ) |
Definition at line 39 of file ecpg_keywords.c.
References ECPGScanKeywordTokens, ScanKeywordLookup(), ScanKeywords, and SQLScanKeywordTokens.
|
static |
Definition at line 24 of file ecpg_keywords.c.
Referenced by ScanECPGKeywordLookup().