import { ATN } from "antlr4ts/atn/ATN"; import { CharStream } from "antlr4ts/CharStream"; import { Lexer } from "antlr4ts/Lexer"; import { RuleContext } from "antlr4ts/RuleContext"; import { Vocabulary } from "antlr4ts/Vocabulary"; export declare class PLpgSQLLexer extends Lexer { static readonly ABORT = 1; static readonly ABSOLUTE = 2; static readonly ACCESS = 3; static readonly ACTION = 4; static readonly ADD = 5; static readonly ADMIN = 6; static readonly AFTER = 7; static readonly AGGREGATE = 8; static readonly ALSO = 9; static readonly ALTER = 10; static readonly ALWAYS = 11; static readonly ASSERTION = 12; static readonly ASSIGNMENT = 13; static readonly AT = 14; static readonly ATTACH = 15; static readonly ATTRIBUTE = 16; static readonly BACKWARD = 17; static readonly BEFORE = 18; static readonly BEGIN = 19; static readonly BY = 20; static readonly CACHE = 21; static readonly CALL = 22; static readonly CALLED = 23; static readonly CASCADE = 24; static readonly CASCADED = 25; static readonly CATALOG = 26; static readonly CHAIN = 27; static readonly CHARACTERISTICS = 28; static readonly CHECKPOINT = 29; static readonly CLASS = 30; static readonly CLOSE = 31; static readonly CLUSTER = 32; static readonly COLUMNS = 33; static readonly COMMENT = 34; static readonly COMMENTS = 35; static readonly COMMIT = 36; static readonly COMMITTED = 37; static readonly CONFIGURATION = 38; static readonly CONFLICT = 39; static readonly CONNECTION = 40; static readonly CONSTRAINTS = 41; static readonly CONTENT = 42; static readonly CONTINUE = 43; static readonly CONVERSION = 44; static readonly COPY = 45; static readonly COST = 46; static readonly CSV = 47; static readonly CUBE = 48; static readonly CURRENT = 49; static readonly CURSOR = 50; static readonly CYCLE = 51; static readonly DATA = 52; static readonly DATABASE = 53; static readonly DAY = 54; static readonly DEALLOCATE = 55; static readonly DECLARE = 56; static readonly DEFAULTS = 57; static readonly DEFERRED = 58; static readonly DEFINER = 59; static readonly DELETE = 60; static readonly DELIMITER = 61; static readonly DELIMITERS = 62; static readonly DEPENDS = 63; static readonly DETACH = 64; static readonly DICTIONARY = 65; static readonly DISABLE = 66; static readonly DISCARD = 67; static readonly DOCUMENT = 68; static readonly DOMAIN = 69; static readonly DOUBLE = 70; static readonly DROP = 71; static readonly EACH = 72; static readonly ENABLE = 73; static readonly ENCODING = 74; static readonly ENCRYPTED = 75; static readonly ENUM = 76; static readonly ESCAPE = 77; static readonly EVENT = 78; static readonly EXCLUDE = 79; static readonly EXCLUDING = 80; static readonly EXCLUSIVE = 81; static readonly EXECUTE = 82; static readonly EXPLAIN = 83; static readonly EXTENSION = 84; static readonly EXTERNAL = 85; static readonly FAMILY = 86; static readonly FILTER = 87; static readonly FIRST = 88; static readonly FOLLOWING = 89; static readonly FORCE = 90; static readonly FORWARD = 91; static readonly FUNCTION = 92; static readonly FUNCTIONS = 93; static readonly GENERATED = 94; static readonly GLOBAL = 95; static readonly GRANTED = 96; static readonly GROUPS = 97; static readonly HANDLER = 98; static readonly HEADER = 99; static readonly HOLD = 100; static readonly HOUR = 101; static readonly IDENTITY = 102; static readonly IF = 103; static readonly IMMEDIATE = 104; static readonly IMMUTABLE = 105; static readonly IMPLICIT = 106; static readonly IMPORT = 107; static readonly INCLUDE = 108; static readonly INCLUDING = 109; static readonly INCREMENT = 110; static readonly INDEX = 111; static readonly INDEXES = 112; static readonly INHERIT = 113; static readonly INHERITS = 114; static readonly INLINE = 115; static readonly INPUT = 116; static readonly INSENSITIVE = 117; static readonly INSERT = 118; static readonly INSTEAD = 119; static readonly INVOKER = 120; static readonly ISOLATION = 121; static readonly KEY = 122; static readonly LABEL = 123; static readonly LANGUAGE = 124; static readonly LARGE = 125; static readonly LAST = 126; static readonly LEAKPROOF = 127; static readonly LEVEL = 128; static readonly LISTEN = 129; static readonly LOAD = 130; static readonly LOCAL = 131; static readonly LOCATION = 132; static readonly LOCK = 133; static readonly LOCKED = 134; static readonly LOGGED = 135; static readonly MAPPING = 136; static readonly MATCH = 137; static readonly MATERIALIZED = 138; static readonly MAXVALUE = 139; static readonly METHOD = 140; static readonly MINUTE = 141; static readonly MINVALUE = 142; static readonly MODE = 143; static readonly MONTH = 144; static readonly MOVE = 145; static readonly NAME = 146; static readonly NAMES = 147; static readonly NEW = 148; static readonly NEXT = 149; static readonly NO = 150; static readonly NOTHING = 151; static readonly NOTIFY = 152; static readonly NOWAIT = 153; static readonly NULLS = 154; static readonly OBJECT = 155; static readonly OF = 156; static readonly OFF = 157; static readonly OIDS = 158; static readonly OLD = 159; static readonly OPERATOR = 160; static readonly OPTION = 161; static readonly OPTIONS = 162; static readonly ORDINALITY = 163; static readonly OTHERS = 164; static readonly OVER = 165; static readonly OVERRIDING = 166; static readonly OWNED = 167; static readonly OWNER = 168; static readonly PARALLEL = 169; static readonly PARSER = 170; static readonly PARTIAL = 171; static readonly PARTITION = 172; static readonly PASSING = 173; static readonly PASSWORD = 174; static readonly PLANS = 175; static readonly POLICY = 176; static readonly PRECEDING = 177; static readonly PREPARE = 178; static readonly PREPARED = 179; static readonly PRESERVE = 180; static readonly PRIOR = 181; static readonly PRIVILEGES = 182; static readonly PROCEDURAL = 183; static readonly PROCEDURE = 184; static readonly PROCEDURES = 185; static readonly PROGRAM = 186; static readonly PUBLICATION = 187; static readonly QUOTE = 188; static readonly RANGE = 189; static readonly READ = 190; static readonly REASSIGN = 191; static readonly RECHECK = 192; static readonly RECURSIVE = 193; static readonly REF = 194; static readonly REFERENCING = 195; static readonly REFRESH = 196; static readonly REINDEX = 197; static readonly RELATIVE = 198; static readonly RELEASE = 199; static readonly RENAME = 200; static readonly REPEATABLE = 201; static readonly REPLACE = 202; static readonly REPLICA = 203; static readonly RESET = 204; static readonly RESTART = 205; static readonly RESTRICT = 206; static readonly RETURNS = 207; static readonly REVOKE = 208; static readonly ROLE = 209; static readonly ROLLBACK = 210; static readonly ROLLUP = 211; static readonly ROUTINE = 212; static readonly ROUTINES = 213; static readonly ROWS = 214; static readonly RULE = 215; static readonly SAVEPOINT = 216; static readonly SCHEMA = 217; static readonly SCHEMAS = 218; static readonly SCROLL = 219; static readonly SEARCH = 220; static readonly SECOND = 221; static readonly SECURITY = 222; static readonly SEQUENCE = 223; static readonly SEQUENCES = 224; static readonly SERIALIZABLE = 225; static readonly SERVER = 226; static readonly SESSION = 227; static readonly SET = 228; static readonly SETS = 229; static readonly SHARE = 230; static readonly SHOW = 231; static readonly SIMPLE = 232; static readonly SKIP_ = 233; static readonly SNAPSHOT = 234; static readonly SQL = 235; static readonly STABLE = 236; static readonly STANDALONE = 237; static readonly START = 238; static readonly STATEMENT = 239; static readonly STATISTICS = 240; static readonly STDIN = 241; static readonly STDOUT = 242; static readonly STORAGE = 243; static readonly STORED = 244; static readonly STRICT = 245; static readonly STRIP = 246; static readonly SUBSCRIPTION = 247; static readonly SUPPORT = 248; static readonly SYSID = 249; static readonly SYSTEM = 250; static readonly TABLES = 251; static readonly TABLESPACE = 252; static readonly TEMP = 253; static readonly TEMPLATE = 254; static readonly TEMPORARY = 255; static readonly TEXT = 256; static readonly TIES = 257; static readonly TRANSACTION = 258; static readonly TRANSFORM = 259; static readonly TRIGGER = 260; static readonly TRUNCATE = 261; static readonly TRUSTED = 262; static readonly TYPE = 263; static readonly TYPES = 264; static readonly UNBOUNDED = 265; static readonly UNCOMMITTED = 266; static readonly UNENCRYPTED = 267; static readonly UNKNOWN = 268; static readonly UNLISTEN = 269; static readonly UNLOGGED = 270; static readonly UNTIL = 271; static readonly UPDATE = 272; static readonly VACUUM = 273; static readonly VALID = 274; static readonly VALIDATE = 275; static readonly VALIDATOR = 276; static readonly VALUE = 277; static readonly VARYING = 278; static readonly VERSION = 279; static readonly VIEW = 280; static readonly VIEWS = 281; static readonly VOLATILE = 282; static readonly WHITESPACE = 283; static readonly WITHIN = 284; static readonly WITHOUT = 285; static readonly WORK = 286; static readonly WRAPPER = 287; static readonly WRITE = 288; static readonly XML = 289; static readonly YEAR = 290; static readonly YES = 291; static readonly ZONE = 292; static readonly BETWEEN = 293; static readonly BIGINT = 294; static readonly BIT = 295; static readonly BOOLEAN = 296; static readonly CHAR = 297; static readonly CHARACTER = 298; static readonly COALESCE = 299; static readonly DEC = 300; static readonly DECIMAL = 301; static readonly EXISTS = 302; static readonly EXTRACT = 303; static readonly FLOAT = 304; static readonly GREATEST = 305; static readonly GROUPING = 306; static readonly INOUT = 307; static readonly INT = 308; static readonly INTEGER = 309; static readonly INTERVAL = 310; static readonly LEAST = 311; static readonly NATIONAL = 312; static readonly NCHAR = 313; static readonly NONE = 314; static readonly NULLIF = 315; static readonly NUMERIC = 316; static readonly OUT = 317; static readonly OVERLAY = 318; static readonly POSITION = 319; static readonly PRECISION = 320; static readonly REAL = 321; static readonly ROW = 322; static readonly SETOF = 323; static readonly SMALLINT = 324; static readonly SUBSTRING = 325; static readonly TIME = 326; static readonly TIMESTAMP = 327; static readonly TREAT = 328; static readonly TRIM = 329; static readonly VALUES = 330; static readonly VARCHAR = 331; static readonly XMLATTRIBUTES = 332; static readonly XMLCONCAT = 333; static readonly XMLELEMENT = 334; static readonly XMLEXISTS = 335; static readonly XMLFOREST = 336; static readonly XMLNAMESPACES = 337; static readonly XMLPARSE = 338; static readonly XMLPI = 339; static readonly XMLROOT = 340; static readonly XMLSERIALIZE = 341; static readonly XMLTABLE = 342; static readonly AUTHORIZATION = 343; static readonly BINARY = 344; static readonly COLLATION = 345; static readonly CONCURRENTLY = 346; static readonly CROSS = 347; static readonly CURRENT_SCHEMA = 348; static readonly FREEZE = 349; static readonly FULL = 350; static readonly ILIKE = 351; static readonly INNER = 352; static readonly IS = 353; static readonly ISNULL = 354; static readonly JOIN = 355; static readonly LEFT = 356; static readonly LIKE = 357; static readonly NATURAL = 358; static readonly NOTNULL = 359; static readonly OUTER = 360; static readonly OVERLAPS = 361; static readonly RIGHT = 362; static readonly SIMILAR = 363; static readonly TABLESAMPLE = 364; static readonly VERBOSE = 365; static readonly ALL = 366; static readonly ANALYZE = 367; static readonly AND = 368; static readonly ANY = 369; static readonly ARRAY = 370; static readonly AS = 371; static readonly ASC = 372; static readonly ASYMMETRIC = 373; static readonly BOTH = 374; static readonly CASE = 375; static readonly CAST = 376; static readonly CHECK = 377; static readonly COLLATE = 378; static readonly COLUMN = 379; static readonly CONSTRAINT = 380; static readonly CREATE = 381; static readonly CURRENT_CATALOG = 382; static readonly CURRENT_DATE = 383; static readonly CURRENT_ROLE = 384; static readonly CURRENT_TIME = 385; static readonly CURRENT_TIMESTAMP = 386; static readonly CURRENT_USER = 387; static readonly DEFAULT = 388; static readonly DEFERRABLE = 389; static readonly DESC = 390; static readonly DISTINCT = 391; static readonly DO = 392; static readonly ELSE = 393; static readonly END = 394; static readonly EXCEPT = 395; static readonly FALSE = 396; static readonly FETCH = 397; static readonly FOR = 398; static readonly FOREIGN = 399; static readonly FROM = 400; static readonly GRANT = 401; static readonly GROUP = 402; static readonly HAVING = 403; static readonly IN = 404; static readonly INITIALLY = 405; static readonly INTERSECT = 406; static readonly INTO = 407; static readonly LATERAL = 408; static readonly LEADING = 409; static readonly LIMIT = 410; static readonly LOCALTIME = 411; static readonly LOCALTIMESTAMP = 412; static readonly NOT = 413; static readonly NULL = 414; static readonly OFFSET = 415; static readonly ON = 416; static readonly ONLY = 417; static readonly OR = 418; static readonly ORDER = 419; static readonly PLACING = 420; static readonly PRIMARY = 421; static readonly REFERENCES = 422; static readonly RETURNING = 423; static readonly SELECT = 424; static readonly SESSION_USER = 425; static readonly SOME = 426; static readonly SYMMETRIC = 427; static readonly TABLE = 428; static readonly THEN = 429; static readonly TO = 430; static readonly TRAILING = 431; static readonly TRUE = 432; static readonly UNION = 433; static readonly UNIQUE = 434; static readonly USER = 435; static readonly USING = 436; static readonly VARIADIC = 437; static readonly WHEN = 438; static readonly WHERE = 439; static readonly WINDOW = 440; static readonly WITH = 441; static readonly ALIGNMENT = 442; static readonly BASETYPE = 443; static readonly BUFFERS = 444; static readonly BYPASSRLS = 445; static readonly CANONICAL = 446; static readonly CATEGORY = 447; static readonly COLLATABLE = 448; static readonly COMBINEFUNC = 449; static readonly COMMUTATOR = 450; static readonly CONNECT = 451; static readonly COSTS = 452; static readonly CREATEDB = 453; static readonly CREATEROLE = 454; static readonly DESERIALFUNC = 455; static readonly DETERMINISTIC = 456; static readonly DISABLE_PAGE_SKIPPING = 457; static readonly ELEMENT = 458; static readonly EXTENDED = 459; static readonly FINALFUNC = 460; static readonly FINALFUNC_EXTRA = 461; static readonly FINALFUNC_MODIFY = 462; static readonly FORCE_NOT_NULL = 463; static readonly FORCE_NULL = 464; static readonly FORCE_QUOTE = 465; static readonly FORMAT = 466; static readonly GETTOKEN = 467; static readonly HASH = 468; static readonly HASHES = 469; static readonly HEADLINE = 470; static readonly HYPOTHETICAL = 471; static readonly INDEX_CLEANUP = 472; static readonly INIT = 473; static readonly INITCOND = 474; static readonly INTERNALLENGTH = 475; static readonly JSON = 476; static readonly LC_COLLATE = 477; static readonly LC_CTYPE = 478; static readonly LEFTARG = 479; static readonly LEXIZE = 480; static readonly LEXTYPES = 481; static readonly LIST = 482; static readonly LOCALE = 483; static readonly LOGIN = 484; static readonly MAIN = 485; static readonly MERGES = 486; static readonly MFINALFUNC = 487; static readonly MFINALFUNC_EXTRA = 488; static readonly MFINALFUNC_MODIFY = 489; static readonly MINITCOND = 490; static readonly MINVFUNC = 491; static readonly MODULUS = 492; static readonly MSFUNC = 493; static readonly MSSPACE = 494; static readonly MSTYPE = 495; static readonly NEGATOR = 496; static readonly NOBYPASSRLS = 497; static readonly NOCREATEDB = 498; static readonly NOCREATEROLE = 499; static readonly NOINHERIT = 500; static readonly NOLOGIN = 501; static readonly NOREPLICATION = 502; static readonly NOSUPERUSER = 503; static readonly OUTPUT = 504; static readonly PASSEDBYVALUE = 505; static readonly PATH = 506; static readonly PERMISSIVE = 507; static readonly PLAIN = 508; static readonly PREFERRED = 509; static readonly PROVIDER = 510; static readonly READ_ONLY = 511; static readonly READ_WRITE = 512; static readonly RECEIVE = 513; static readonly REMAINDER = 514; static readonly REPLICATION = 515; static readonly RESTRICTED = 516; static readonly RESTRICTIVE = 517; static readonly RIGHTARG = 518; static readonly SAFE = 519; static readonly SEND = 520; static readonly SERIALFUNC = 521; static readonly SETTINGS = 522; static readonly SFUNC = 523; static readonly SHAREABLE = 524; static readonly SKIP_LOCKED = 525; static readonly SORTOP = 526; static readonly SSPACE = 527; static readonly STYPE = 528; static readonly SUBTYPE_DIFF = 529; static readonly SUBTYPE_OPCLASS = 530; static readonly SUBTYPE = 531; static readonly SUMMARY = 532; static readonly SUPERUSER = 533; static readonly TIMING = 534; static readonly TYPMOD_IN = 535; static readonly TYPMOD_OUT = 536; static readonly UNSAFE = 537; static readonly USAGE = 538; static readonly VARIABLE = 539; static readonly YAML = 540; static readonly ALIAS = 541; static readonly ASSERT = 542; static readonly CONSTANT = 543; static readonly DATATYPE = 544; static readonly DEBUG = 545; static readonly DETAIL = 546; static readonly DIAGNOSTICS = 547; static readonly ELSEIF = 548; static readonly ELSIF = 549; static readonly ERRCODE = 550; static readonly EXIT = 551; static readonly EXCEPTION = 552; static readonly FOREACH = 553; static readonly GET = 554; static readonly HINT = 555; static readonly INFO = 556; static readonly LOG = 557; static readonly LOOP = 558; static readonly MESSAGE = 559; static readonly NOTICE = 560; static readonly OPEN = 561; static readonly PERFORM = 562; static readonly QUERY = 563; static readonly RAISE = 564; static readonly RECORD = 565; static readonly RETURN = 566; static readonly REVERSE = 567; static readonly ROWTYPE = 568; static readonly SLICE = 569; static readonly SQLSTATE = 570; static readonly STACKED = 571; static readonly WARNING = 572; static readonly WHILE = 573; static readonly CAST_EXPRESSION = 574; static readonly EQUAL = 575; static readonly COLON = 576; static readonly SEMI_COLON = 577; static readonly COMMA = 578; static readonly NOT_EQUAL = 579; static readonly LTH = 580; static readonly LEQ = 581; static readonly GTH = 582; static readonly GEQ = 583; static readonly LEFT_PAREN = 584; static readonly RIGHT_PAREN = 585; static readonly PLUS = 586; static readonly MINUS = 587; static readonly MULTIPLY = 588; static readonly DIVIDE = 589; static readonly MODULAR = 590; static readonly EXP = 591; static readonly DOT = 592; static readonly QUOTE_CHAR = 593; static readonly DOUBLE_QUOTE = 594; static readonly DOLLAR = 595; static readonly LEFT_BRACKET = 596; static readonly RIGHT_BRACKET = 597; static readonly EQUAL_GTH = 598; static readonly COLON_EQUAL = 599; static readonly LESS_LESS = 600; static readonly GREATER_GREATER = 601; static readonly DOUBLE_DOT = 602; static readonly HASH_SIGN = 603; static readonly BlockComment = 604; static readonly LineComment = 605; static readonly OP_CHARS = 606; static readonly NUMBER_LITERAL = 607; static readonly REAL_NUMBER = 608; static readonly DOLLAR_NUMBER = 609; static readonly Identifier = 610; static readonly QuotedIdentifier = 611; static readonly Character_String_Literal = 612; static readonly BeginDollarStringConstant = 613; static readonly Space = 614; static readonly White_Space = 615; static readonly New_Line = 616; static readonly Tab = 617; static readonly BOM = 618; static readonly BAD = 619; static readonly Text_between_Dollar = 620; static readonly EndDollarStringConstant = 621; static readonly DollarQuotedStringMode = 1; static readonly channelNames: string[]; static readonly modeNames: string[]; static readonly ruleNames: string[]; private static readonly _LITERAL_NAMES; private static readonly _SYMBOLIC_NAMES; static readonly VOCABULARY: Vocabulary; get vocabulary(): Vocabulary; private _tags; constructor(input: CharStream); get grammarFileName(): string; get ruleNames(): string[]; get serializedATN(): string; get channelNames(): string[]; get modeNames(): string[]; action(_localctx: RuleContext, ruleIndex: number, actionIndex: number): void; private Identifier_action; private QuotedIdentifier_action; private BeginDollarStringConstant_action; private EndDollarStringConstant_action; sempred(_localctx: RuleContext, ruleIndex: number, predIndex: number): boolean; private OperatorBasic_sempred; private REAL_NUMBER_sempred; private IdentifierStartChar_sempred; private EndDollarStringConstant_sempred; private static readonly _serializedATNSegments; private static readonly _serializedATNSegment0; private static readonly _serializedATNSegment1; private static readonly _serializedATNSegment2; private static readonly _serializedATNSegment3; private static readonly _serializedATNSegment4; private static readonly _serializedATNSegment5; private static readonly _serializedATNSegment6; private static readonly _serializedATNSegment7; private static readonly _serializedATNSegment8; private static readonly _serializedATNSegment9; private static readonly _serializedATNSegment10; static readonly _serializedATN: string; static __ATN: ATN; static get _ATN(): ATN; }