This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats/sqlsrv/parse.tab.h

24 lines
399 B
C

#ifndef YYERRCODE
#define YYERRCODE 256
#endif
#define SQLBEGIN 257
#define SQLCOMMIT 258
#define SELECT 259
#define UPDATE 260
#define FROM 261
#define WHERE 262
#define NAME 263
#define STRING 264
#define INTEGER 265
#define REALNUM 266
#define LIMIT 267
#define OFFSET 268
#define SET 269
#define EQ 270
#define NE 271
#define GT 272
#define LT 273
#define GE 274
#define LE 275
#define AND 276