import { ATN } from "antlr4ts/atn/ATN"; import { CharStream } from "antlr4ts/CharStream"; import { Lexer } from "antlr4ts/Lexer"; import { Vocabulary } from "antlr4ts/Vocabulary"; export declare class TSqlLexer extends Lexer { static readonly ADD = 1; static readonly ALL = 2; static readonly ALTER = 3; static readonly AND = 4; static readonly ANY = 5; static readonly AS = 6; static readonly ASC = 7; static readonly AUTHORIZATION = 8; static readonly BACKSLASH = 9; static readonly BACKUP = 10; static readonly BEGIN = 11; static readonly BETWEEN = 12; static readonly BREAK = 13; static readonly BROWSE = 14; static readonly BULK = 15; static readonly BY = 16; static readonly CASCADE = 17; static readonly CASE = 18; static readonly CHECK = 19; static readonly CHECKPOINT = 20; static readonly CLOSE = 21; static readonly CLUSTERED = 22; static readonly COALESCE = 23; static readonly COLLATE = 24; static readonly COLUMN = 25; static readonly COMMIT = 26; static readonly COMPUTE = 27; static readonly CONSTRAINT = 28; static readonly CONTAINS = 29; static readonly CONTAINSTABLE = 30; static readonly CONTINUE = 31; static readonly CONVERT = 32; static readonly CREATE = 33; static readonly CROSS = 34; static readonly CURRENT = 35; static readonly CURRENT_DATE = 36; static readonly CURRENT_TIME = 37; static readonly CURRENT_TIMESTAMP = 38; static readonly CURRENT_USER = 39; static readonly CURSOR = 40; static readonly DATABASE = 41; static readonly DBCC = 42; static readonly DEALLOCATE = 43; static readonly DECLARE = 44; static readonly DEFAULT = 45; static readonly DELETE = 46; static readonly DENY = 47; static readonly DESC = 48; static readonly DISK = 49; static readonly DISTINCT = 50; static readonly DISTRIBUTED = 51; static readonly DOUBLE = 52; static readonly DOUBLE_BACK_SLASH = 53; static readonly DOUBLE_FORWARD_SLASH = 54; static readonly DROP = 55; static readonly DUMP = 56; static readonly ELSE = 57; static readonly END = 58; static readonly ERRLVL = 59; static readonly ESCAPE = 60; static readonly EXCEPT = 61; static readonly EXECUTE = 62; static readonly EXISTS = 63; static readonly EXIT = 64; static readonly EXTERNAL = 65; static readonly FETCH = 66; static readonly FILE = 67; static readonly FILLFACTOR = 68; static readonly FOR = 69; static readonly FOREIGN = 70; static readonly FREETEXT = 71; static readonly FREETEXTTABLE = 72; static readonly FROM = 73; static readonly FULL = 74; static readonly FUNCTION = 75; static readonly GOTO = 76; static readonly GRANT = 77; static readonly GROUP = 78; static readonly HAVING = 79; static readonly HOLDLOCK = 80; static readonly IDENTITY = 81; static readonly IDENTITY_INSERT = 82; static readonly IDENTITYCOL = 83; static readonly IF = 84; static readonly IN = 85; static readonly INDEX = 86; static readonly INNER = 87; static readonly INSERT = 88; static readonly INTERSECT = 89; static readonly INTO = 90; static readonly IS = 91; static readonly JOIN = 92; static readonly KEY = 93; static readonly KILL = 94; static readonly LEFT = 95; static readonly LIKE = 96; static readonly LINENO = 97; static readonly LOAD = 98; static readonly MERGE = 99; static readonly NATIONAL = 100; static readonly NEGOTIATE = 101; static readonly NOCHECK = 102; static readonly NONCLUSTERED = 103; static readonly NOT = 104; static readonly NULL = 105; static readonly NULLIF = 106; static readonly OF = 107; static readonly OFF = 108; static readonly OFFSETS = 109; static readonly ON = 110; static readonly OPEN = 111; static readonly OPENDATASOURCE = 112; static readonly OPENQUERY = 113; static readonly OPENROWSET = 114; static readonly OPENJSON = 115; static readonly OPENXML = 116; static readonly OPTION = 117; static readonly OR = 118; static readonly ORDER = 119; static readonly OUTER = 120; static readonly OVER = 121; static readonly PERCENT = 122; static readonly PIVOT = 123; static readonly PLAN = 124; static readonly PRECISION = 125; static readonly PRIMARY = 126; static readonly PRINT = 127; static readonly PROC = 128; static readonly PROCEDURE = 129; static readonly PUBLIC = 130; static readonly RAISERROR = 131; static readonly RAW = 132; static readonly READ = 133; static readonly READTEXT = 134; static readonly RECONFIGURE = 135; static readonly REFERENCES = 136; static readonly REPLICATION = 137; static readonly RESTORE = 138; static readonly RESTRICT = 139; static readonly RETURN = 140; static readonly REVERT = 141; static readonly REVOKE = 142; static readonly RIGHT = 143; static readonly ROLLBACK = 144; static readonly ROWCOUNT = 145; static readonly ROWGUIDCOL = 146; static readonly RULE = 147; static readonly SAVE = 148; static readonly SCHEMA = 149; static readonly SECURITYAUDIT = 150; static readonly SELECT = 151; static readonly SEMANTICKEYPHRASETABLE = 152; static readonly SEMANTICSIMILARITYDETAILSTABLE = 153; static readonly SEMANTICSIMILARITYTABLE = 154; static readonly SESSION_USER = 155; static readonly SET = 156; static readonly SETUSER = 157; static readonly SHUTDOWN = 158; static readonly SOME = 159; static readonly STATISTICS = 160; static readonly SYSTEM_USER = 161; static readonly TABLE = 162; static readonly TABLESAMPLE = 163; static readonly TEXTSIZE = 164; static readonly THEN = 165; static readonly TO = 166; static readonly TOP = 167; static readonly TRAN = 168; static readonly TRANSACTION = 169; static readonly TRIGGER = 170; static readonly TRUNCATE = 171; static readonly TSEQUAL = 172; static readonly UNION = 173; static readonly UNIQUE = 174; static readonly UNPIVOT = 175; static readonly UPDATE = 176; static readonly UPDATETEXT = 177; static readonly USE = 178; static readonly USER = 179; static readonly VALUES = 180; static readonly VARYING = 181; static readonly VIEW = 182; static readonly WAITFOR = 183; static readonly WHEN = 184; static readonly WHERE = 185; static readonly WHILE = 186; static readonly WITH = 187; static readonly WITHIN = 188; static readonly WRITETEXT = 189; static readonly ABSOLUTE = 190; static readonly AT_KEYWORD = 191; static readonly ACCENT_SENSITIVITY = 192; static readonly ACTION = 193; static readonly ACTIVATION = 194; static readonly ACTIVE = 195; static readonly ADDRESS = 196; static readonly AES_128 = 197; static readonly AES_192 = 198; static readonly AES_256 = 199; static readonly AFFINITY = 200; static readonly AFTER = 201; static readonly AGGREGATE = 202; static readonly ALGORITHM = 203; static readonly ALLOW_ENCRYPTED_VALUE_MODIFICATIONS = 204; static readonly ALLOW_SNAPSHOT_ISOLATION = 205; static readonly ALLOWED = 206; static readonly ANSI_NULL_DEFAULT = 207; static readonly ANSI_NULLS = 208; static readonly ANSI_PADDING = 209; static readonly ANSI_WARNINGS = 210; static readonly APPLICATION_LOG = 211; static readonly APPLY = 212; static readonly ARITHABORT = 213; static readonly ASSEMBLY = 214; static readonly AUDIT = 215; static readonly AUDIT_GUID = 216; static readonly AUTO = 217; static readonly AUTO_CLEANUP = 218; static readonly AUTO_CLOSE = 219; static readonly AUTO_CREATE_STATISTICS = 220; static readonly AUTO_SHRINK = 221; static readonly AUTO_UPDATE_STATISTICS = 222; static readonly AUTO_UPDATE_STATISTICS_ASYNC = 223; static readonly AVAILABILITY = 224; static readonly AVG = 225; static readonly BACKUP_PRIORITY = 226; static readonly BEGIN_DIALOG = 227; static readonly BIGINT = 228; static readonly BINARY_KEYWORD = 229; static readonly BINARY_BASE64 = 230; static readonly BINARY_CHECKSUM = 231; static readonly BINDING = 232; static readonly BLOB_STORAGE = 233; static readonly BROKER = 234; static readonly BROKER_INSTANCE = 235; static readonly BULK_LOGGED = 236; static readonly CALLER = 237; static readonly CAP_CPU_PERCENT = 238; static readonly CAST = 239; static readonly TRY_CAST = 240; static readonly CATALOG = 241; static readonly CATCH = 242; static readonly CHANGE_RETENTION = 243; static readonly CHANGE_TRACKING = 244; static readonly CHECKSUM = 245; static readonly CHECKSUM_AGG = 246; static readonly CLEANUP = 247; static readonly COLLECTION = 248; static readonly COLUMN_MASTER_KEY = 249; static readonly COMMITTED = 250; static readonly COMPATIBILITY_LEVEL = 251; static readonly CONCAT = 252; static readonly CONCAT_NULL_YIELDS_NULL = 253; static readonly CONTENT = 254; static readonly CONTROL = 255; static readonly COOKIE = 256; static readonly COUNT = 257; static readonly COUNT_BIG = 258; static readonly COUNTER = 259; static readonly CPU = 260; static readonly CREATE_NEW = 261; static readonly CREATION_DISPOSITION = 262; static readonly CREDENTIAL = 263; static readonly CRYPTOGRAPHIC = 264; static readonly CUME_DIST = 265; static readonly CURSOR_CLOSE_ON_COMMIT = 266; static readonly CURSOR_DEFAULT = 267; static readonly DATA = 268; static readonly DATE_CORRELATION_OPTIMIZATION = 269; static readonly DATEADD = 270; static readonly DATEDIFF = 271; static readonly DATENAME = 272; static readonly DATEPART = 273; static readonly DAYS = 274; static readonly DB_CHAINING = 275; static readonly DB_FAILOVER = 276; static readonly DECRYPTION = 277; static readonly DEFAULT_DOUBLE_QUOTE = 278; static readonly DEFAULT_FULLTEXT_LANGUAGE = 279; static readonly DEFAULT_LANGUAGE = 280; static readonly DELAY = 281; static readonly DELAYED_DURABILITY = 282; static readonly DELETED = 283; static readonly DENSE_RANK = 284; static readonly DEPENDENTS = 285; static readonly DES = 286; static readonly DESCRIPTION = 287; static readonly DESX = 288; static readonly DHCP = 289; static readonly DIALOG = 290; static readonly DIRECTORY_NAME = 291; static readonly DISABLE = 292; static readonly DISABLE_BROKER = 293; static readonly DISABLED = 294; static readonly DISK_DRIVE = 295; static readonly DOCUMENT = 296; static readonly DYNAMIC = 297; static readonly ELEMENTS = 298; static readonly EMERGENCY = 299; static readonly EMPTY = 300; static readonly ENABLE = 301; static readonly ENABLE_BROKER = 302; static readonly ENCRYPTED_VALUE = 303; static readonly ENCRYPTION = 304; static readonly ENDPOINT_URL = 305; static readonly ERROR_BROKER_CONVERSATIONS = 306; static readonly EXCLUSIVE = 307; static readonly EXECUTABLE = 308; static readonly EXIST = 309; static readonly EXPAND = 310; static readonly EXPIRY_DATE = 311; static readonly EXPLICIT = 312; static readonly FAIL_OPERATION = 313; static readonly FAILOVER_MODE = 314; static readonly FAILURE = 315; static readonly FAILURE_CONDITION_LEVEL = 316; static readonly FAST = 317; static readonly FAST_FORWARD = 318; static readonly FILEGROUP = 319; static readonly FILEGROWTH = 320; static readonly FILENAME = 321; static readonly FILEPATH = 322; static readonly FILESTREAM = 323; static readonly FILTER = 324; static readonly FIRST = 325; static readonly FIRST_VALUE = 326; static readonly FOLLOWING = 327; static readonly FORCE = 328; static readonly FORCE_FAILOVER_ALLOW_DATA_LOSS = 329; static readonly FORCED = 330; static readonly FORMAT = 331; static readonly FORWARD_ONLY = 332; static readonly FULLSCAN = 333; static readonly FULLTEXT = 334; static readonly GB = 335; static readonly GETDATE = 336; static readonly GETUTCDATE = 337; static readonly GLOBAL = 338; static readonly GO_BATCH = 339; static readonly GO = 340; static readonly GROUP_MAX_REQUESTS = 341; static readonly GROUPING = 342; static readonly GROUPING_ID = 343; static readonly HADR = 344; static readonly HASH = 345; static readonly HEALTH_CHECK_TIMEOUT = 346; static readonly HIGH = 347; static readonly HONOR_BROKER_PRIORITY = 348; static readonly HOURS = 349; static readonly IDENTITY_VALUE = 350; static readonly IGNORE_NONCLUSTERED_COLUMNSTORE_INDEX = 351; static readonly IMMEDIATE = 352; static readonly IMPERSONATE = 353; static readonly IMPORTANCE = 354; static readonly INCLUDE_NULL_VALUES = 355; static readonly INCREMENTAL = 356; static readonly INITIATOR = 357; static readonly INPUT = 358; static readonly INSENSITIVE = 359; static readonly INSERTED = 360; static readonly INT = 361; static readonly IP = 362; static readonly ISOLATION = 363; static readonly JOB = 364; static readonly JSON = 365; static readonly KB = 366; static readonly KEEP = 367; static readonly KEEPFIXED = 368; static readonly KEY_SOURCE = 369; static readonly KEYS = 370; static readonly KEYSET = 371; static readonly LAG = 372; static readonly LAST = 373; static readonly LAST_VALUE = 374; static readonly LEAD = 375; static readonly LEVEL = 376; static readonly LIST = 377; static readonly LISTENER = 378; static readonly LISTENER_URL = 379; static readonly LOB_COMPACTION = 380; static readonly LOCAL = 381; static readonly LOCATION = 382; static readonly LOCK = 383; static readonly LOCK_ESCALATION = 384; static readonly LOGIN = 385; static readonly LOOP = 386; static readonly LOW = 387; static readonly MANUAL = 388; static readonly MARK = 389; static readonly MATERIALIZED = 390; static readonly MAX = 391; static readonly MAX_CPU_PERCENT = 392; static readonly MAX_DOP = 393; static readonly MAX_FILES = 394; static readonly MAX_IOPS_PER_VOLUME = 395; static readonly MAX_MEMORY_PERCENT = 396; static readonly MAX_PROCESSES = 397; static readonly MAX_QUEUE_READERS = 398; static readonly MAX_ROLLOVER_FILES = 399; static readonly MAXDOP = 400; static readonly MAXRECURSION = 401; static readonly MAXSIZE = 402; static readonly MB = 403; static readonly MEDIUM = 404; static readonly MEMORY_OPTIMIZED_DATA = 405; static readonly MESSAGE = 406; static readonly MIN = 407; static readonly MIN_ACTIVE_ROWVERSION = 408; static readonly MIN_CPU_PERCENT = 409; static readonly MIN_IOPS_PER_VOLUME = 410; static readonly MIN_MEMORY_PERCENT = 411; static readonly MINUTES = 412; static readonly MIRROR_ADDRESS = 413; static readonly MIXED_PAGE_ALLOCATION = 414; static readonly MODE = 415; static readonly MODIFY = 416; static readonly MOVE = 417; static readonly MULTI_USER = 418; static readonly NAME = 419; static readonly NESTED_TRIGGERS = 420; static readonly NEW_ACCOUNT = 421; static readonly NEW_BROKER = 422; static readonly NEW_PASSWORD = 423; static readonly NEXT = 424; static readonly NO = 425; static readonly NO_TRUNCATE = 426; static readonly NO_WAIT = 427; static readonly NOCOUNT = 428; static readonly NODES = 429; static readonly NOEXPAND = 430; static readonly NON_TRANSACTED_ACCESS = 431; static readonly NORECOMPUTE = 432; static readonly NORECOVERY = 433; static readonly NOWAIT = 434; static readonly NTILE = 435; static readonly NUMANODE = 436; static readonly NUMBER = 437; static readonly NUMERIC_ROUNDABORT = 438; static readonly OBJECT = 439; static readonly OFFLINE = 440; static readonly OFFSET = 441; static readonly OLD_ACCOUNT = 442; static readonly ONLINE = 443; static readonly ONLY = 444; static readonly OPEN_EXISTING = 445; static readonly OPTIMISTIC = 446; static readonly OPTIMIZE = 447; static readonly OUT = 448; static readonly OUTPUT = 449; static readonly OVERRIDE = 450; static readonly OWNER = 451; static readonly PAGE_VERIFY = 452; static readonly PARAMETERIZATION = 453; static readonly PARTITION = 454; static readonly PARTITIONS = 455; static readonly PARTNER = 456; static readonly PATH = 457; static readonly PERCENT_RANK = 458; static readonly PERCENTILE_CONT = 459; static readonly PERCENTILE_DISC = 460; static readonly POISON_MESSAGE_HANDLING = 461; static readonly POOL = 462; static readonly PORT = 463; static readonly PRECEDING = 464; static readonly PRIMARY_ROLE = 465; static readonly PRIOR = 466; static readonly PRIORITY = 467; static readonly PRIORITY_LEVEL = 468; static readonly PRIVATE = 469; static readonly PRIVATE_KEY = 470; static readonly PRIVILEGES = 471; static readonly PROCEDURE_NAME = 472; static readonly PROPERTY = 473; static readonly PROVIDER = 474; static readonly PROVIDER_KEY_NAME = 475; static readonly QUERY = 476; static readonly QUEUE = 477; static readonly QUEUE_DELAY = 478; static readonly QUOTED_IDENTIFIER = 479; static readonly RANGE = 480; static readonly RANK = 481; static readonly RC2 = 482; static readonly RC4 = 483; static readonly RC4_128 = 484; static readonly READ_COMMITTED_SNAPSHOT = 485; static readonly READ_ONLY = 486; static readonly READ_ONLY_ROUTING_LIST = 487; static readonly READ_WRITE = 488; static readonly READONLY = 489; static readonly REBUILD = 490; static readonly RECEIVE = 491; static readonly RECOMPILE = 492; static readonly RECOVERY = 493; static readonly RECURSIVE_TRIGGERS = 494; static readonly RELATIVE = 495; static readonly REMOTE = 496; static readonly REMOTE_SERVICE_NAME = 497; static readonly REMOVE = 498; static readonly REORGANIZE = 499; static readonly REPEATABLE = 500; static readonly REPLICA = 501; static readonly REQUEST_MAX_CPU_TIME_SEC = 502; static readonly REQUEST_MAX_MEMORY_GRANT_PERCENT = 503; static readonly REQUEST_MEMORY_GRANT_TIMEOUT_SEC = 504; static readonly REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT = 505; static readonly RESERVE_DISK_SPACE = 506; static readonly RESOURCE = 507; static readonly RESOURCE_MANAGER_LOCATION = 508; static readonly RESTRICTED_USER = 509; static readonly RETENTION = 510; static readonly ROBUST = 511; static readonly ROOT = 512; static readonly ROUTE = 513; static readonly ROW = 514; static readonly ROW_NUMBER = 515; static readonly ROWGUID = 516; static readonly ROWS = 517; static readonly SAMPLE = 518; static readonly SCHEMABINDING = 519; static readonly SCOPED = 520; static readonly SCROLL = 521; static readonly SCROLL_LOCKS = 522; static readonly SEARCH = 523; static readonly SECONDARY = 524; static readonly SECONDARY_ONLY = 525; static readonly SECONDARY_ROLE = 526; static readonly SECONDS = 527; static readonly SECRET = 528; static readonly SECURITY = 529; static readonly SECURITY_LOG = 530; static readonly SEEDING_MODE = 531; static readonly SELF = 532; static readonly SEMI_SENSITIVE = 533; static readonly SEND = 534; static readonly SENT = 535; static readonly SEQUENCE = 536; static readonly SERIALIZABLE = 537; static readonly SESSION_TIMEOUT = 538; static readonly SETERROR = 539; static readonly SHARE = 540; static readonly SHOWPLAN = 541; static readonly SIGNATURE = 542; static readonly SIMPLE = 543; static readonly SINGLE_USER = 544; static readonly SIZE = 545; static readonly SMALLINT = 546; static readonly SNAPSHOT = 547; static readonly SPATIAL_WINDOW_MAX_CELLS = 548; static readonly STANDBY = 549; static readonly START_DATE = 550; static readonly STATIC = 551; static readonly STATS_STREAM = 552; static readonly STATUS = 553; static readonly STATUSONLY = 554; static readonly STDEV = 555; static readonly STDEVP = 556; static readonly STOPLIST = 557; static readonly STRING_AGG = 558; static readonly STUFF = 559; static readonly SUBJECT = 560; static readonly SUBSCRIPTION = 561; static readonly SUM = 562; static readonly SUSPEND = 563; static readonly SYMMETRIC = 564; static readonly SYNCHRONOUS_COMMIT = 565; static readonly SYNONYM = 566; static readonly SYSTEM = 567; static readonly TAKE = 568; static readonly TARGET_RECOVERY_TIME = 569; static readonly TB = 570; static readonly TEXTIMAGE_ON = 571; static readonly THROW = 572; static readonly TIES = 573; static readonly TIME = 574; static readonly TIMEOUT = 575; static readonly TIMER = 576; static readonly TINYINT = 577; static readonly TORN_PAGE_DETECTION = 578; static readonly TRANSFORM_NOISE_WORDS = 579; static readonly TRIPLE_DES = 580; static readonly TRIPLE_DES_3KEY = 581; static readonly TRUSTWORTHY = 582; static readonly TRY = 583; static readonly TSQL = 584; static readonly TWO_DIGIT_YEAR_CUTOFF = 585; static readonly TYPE = 586; static readonly TYPE_WARNING = 587; static readonly UNBOUNDED = 588; static readonly UNCOMMITTED = 589; static readonly UNKNOWN = 590; static readonly UNLIMITED = 591; static readonly UOW = 592; static readonly USING = 593; static readonly VALID_XML = 594; static readonly VALIDATION = 595; static readonly VALUE = 596; static readonly VAR = 597; static readonly VARBINARY_KEYWORD = 598; static readonly VARP = 599; static readonly VIEW_METADATA = 600; static readonly VIEWS = 601; static readonly WAIT = 602; static readonly WELL_FORMED_XML = 603; static readonly WITHOUT_ARRAY_WRAPPER = 604; static readonly WORK = 605; static readonly WORKLOAD = 606; static readonly XML = 607; static readonly XMLDATA = 608; static readonly XMLNAMESPACES = 609; static readonly XMLSCHEMA = 610; static readonly XSINIL = 611; static readonly ZONE = 612; static readonly DOLLAR_ACTION = 613; static readonly ABSENT = 614; static readonly AES = 615; static readonly ALLOW_CONNECTIONS = 616; static readonly ALLOW_MULTIPLE_EVENT_LOSS = 617; static readonly ALLOW_SINGLE_EVENT_LOSS = 618; static readonly ANONYMOUS = 619; static readonly APPEND = 620; static readonly APPLICATION = 621; static readonly ASYMMETRIC = 622; static readonly ASYNCHRONOUS_COMMIT = 623; static readonly AUTHENTICATION = 624; static readonly AUTOMATED_BACKUP_PREFERENCE = 625; static readonly AUTOMATIC = 626; static readonly AVAILABILITY_MODE = 627; static readonly BEFORE = 628; static readonly BLOCK = 629; static readonly BLOCKSIZE = 630; static readonly BLOCKING_HIERARCHY = 631; static readonly BUFFER = 632; static readonly BUFFERCOUNT = 633; static readonly CACHE = 634; static readonly CALLED = 635; static readonly CERTIFICATE = 636; static readonly CHANGETABLE = 637; static readonly CHANGES = 638; static readonly CHECK_POLICY = 639; static readonly CHECK_EXPIRATION = 640; static readonly CLASSIFIER_FUNCTION = 641; static readonly CLUSTER = 642; static readonly COMPRESSION = 643; static readonly CONFIGURATION = 644; static readonly CONTAINMENT = 645; static readonly CONTEXT = 646; static readonly CONTINUE_AFTER_ERROR = 647; static readonly CONTRACT = 648; static readonly CONTRACT_NAME = 649; static readonly CONVERSATION = 650; static readonly COPY_ONLY = 651; static readonly CYCLE = 652; static readonly DATA_COMPRESSION = 653; static readonly DATA_SOURCE = 654; static readonly DATABASE_MIRRORING = 655; static readonly DEFAULT_DATABASE = 656; static readonly DEFAULT_SCHEMA = 657; static readonly DIAGNOSTICS = 658; static readonly DIFFERENTIAL = 659; static readonly DTC_SUPPORT = 660; static readonly ENABLED = 661; static readonly ENDPOINT = 662; static readonly ERROR = 663; static readonly EVENT = 664; static readonly EVENTDATA = 665; static readonly EVENT_RETENTION_MODE = 666; static readonly EXECUTABLE_FILE = 667; static readonly EXPIREDATE = 668; static readonly EXTENSION = 669; static readonly EXTERNAL_ACCESS = 670; static readonly FAILOVER = 671; static readonly FAILURECONDITIONLEVEL = 672; static readonly FAN_IN = 673; static readonly FILE_SNAPSHOT = 674; static readonly FORCESEEK = 675; static readonly FORCE_SERVICE_ALLOW_DATA_LOSS = 676; static readonly GET = 677; static readonly GOVERNOR = 678; static readonly HASHED = 679; static readonly HEALTHCHECKTIMEOUT = 680; static readonly IIF = 681; static readonly IO = 682; static readonly INCLUDE = 683; static readonly INCREMENT = 684; static readonly INFINITE = 685; static readonly INIT = 686; static readonly INSTEAD = 687; static readonly ISNULL = 688; static readonly KERBEROS = 689; static readonly KEY_PATH = 690; static readonly KEY_STORE_PROVIDER_NAME = 691; static readonly LANGUAGE = 692; static readonly LIBRARY = 693; static readonly LIFETIME = 694; static readonly LINUX = 695; static readonly LISTENER_IP = 696; static readonly LISTENER_PORT = 697; static readonly LOCAL_SERVICE_NAME = 698; static readonly LOG = 699; static readonly MATCHED = 700; static readonly MASTER = 701; static readonly MAX_MEMORY = 702; static readonly MAXTRANSFER = 703; static readonly MAXVALUE = 704; static readonly MAX_DISPATCH_LATENCY = 705; static readonly MAX_EVENT_SIZE = 706; static readonly MAX_SIZE = 707; static readonly MAX_OUTSTANDING_IO_PER_VOLUME = 708; static readonly MEDIADESCRIPTION = 709; static readonly MEDIANAME = 710; static readonly MEMBER = 711; static readonly MEMORY_PARTITION_MODE = 712; static readonly MESSAGE_FORWARDING = 713; static readonly MESSAGE_FORWARD_SIZE = 714; static readonly MINVALUE = 715; static readonly MIRROR = 716; static readonly MUST_CHANGE = 717; static readonly NOFORMAT = 718; static readonly NOINIT = 719; static readonly NONE = 720; static readonly NOREWIND = 721; static readonly NOSKIP = 722; static readonly NOUNLOAD = 723; static readonly NO_CHECKSUM = 724; static readonly NO_COMPRESSION = 725; static readonly NO_EVENT_LOSS = 726; static readonly NOTIFICATION = 727; static readonly NTLM = 728; static readonly OLD_PASSWORD = 729; static readonly ON_FAILURE = 730; static readonly PAGE = 731; static readonly PARAM_NODE = 732; static readonly PARTIAL = 733; static readonly PASSWORD = 734; static readonly PERMISSION_SET = 735; static readonly PER_CPU = 736; static readonly PER_DB = 737; static readonly PER_NODE = 738; static readonly PERSISTED = 739; static readonly PLATFORM = 740; static readonly POLICY = 741; static readonly PREDICATE = 742; static readonly PROCESS = 743; static readonly PROFILE = 744; static readonly PYTHON = 745; static readonly R = 746; static readonly READ_WRITE_FILEGROUPS = 747; static readonly REGENERATE = 748; static readonly RELATED_CONVERSATION = 749; static readonly RELATED_CONVERSATION_GROUP = 750; static readonly REQUIRED = 751; static readonly RESET = 752; static readonly RESTART = 753; static readonly RESUME = 754; static readonly RETAINDAYS = 755; static readonly RETURNS = 756; static readonly REWIND = 757; static readonly ROLE = 758; static readonly RSA_512 = 759; static readonly RSA_1024 = 760; static readonly RSA_2048 = 761; static readonly RSA_3072 = 762; static readonly RSA_4096 = 763; static readonly SAFETY = 764; static readonly SAFE = 765; static readonly SCHEDULER = 766; static readonly SCHEME = 767; static readonly SERVER = 768; static readonly SERVICE = 769; static readonly SERVICE_BROKER = 770; static readonly SERVICE_NAME = 771; static readonly SESSION = 772; static readonly SHRINKLOG = 773; static readonly SID = 774; static readonly SKIP_KEYWORD = 775; static readonly SOFTNUMA = 776; static readonly SOURCE = 777; static readonly SPECIFICATION = 778; static readonly SPLIT = 779; static readonly SQLDUMPERFLAGS = 780; static readonly SQLDUMPERPATH = 781; static readonly SQLDUMPERTIMEOUT = 782; static readonly STATE = 783; static readonly STATS = 784; static readonly START = 785; static readonly STARTED = 786; static readonly STARTUP_STATE = 787; static readonly STOP = 788; static readonly STOPPED = 789; static readonly STOP_ON_ERROR = 790; static readonly SUPPORTED = 791; static readonly TAPE = 792; static readonly TARGET = 793; static readonly TCP = 794; static readonly TRACK_CAUSALITY = 795; static readonly TRANSFER = 796; static readonly UNCHECKED = 797; static readonly UNLOCK = 798; static readonly UNSAFE = 799; static readonly URL = 800; static readonly USED = 801; static readonly VERBOSELOGGING = 802; static readonly VISIBILITY = 803; static readonly WINDOWS = 804; static readonly WITHOUT = 805; static readonly WITNESS = 806; static readonly VARCHAR = 807; static readonly NVARCHAR = 808; static readonly SPACE = 809; static readonly COMMENT = 810; static readonly LINE_COMMENT = 811; static readonly DOUBLE_QUOTE_ID = 812; static readonly SINGLE_QUOTE = 813; static readonly SQUARE_BRACKET_ID = 814; static readonly LOCAL_ID = 815; static readonly DECIMAL = 816; static readonly ID = 817; static readonly STRING = 818; static readonly BINARY = 819; static readonly FLOAT = 820; static readonly REAL = 821; static readonly EQUAL = 822; static readonly GREATER = 823; static readonly LESS = 824; static readonly EXCLAMATION = 825; static readonly PLUS_ASSIGN = 826; static readonly MINUS_ASSIGN = 827; static readonly MULT_ASSIGN = 828; static readonly DIV_ASSIGN = 829; static readonly MOD_ASSIGN = 830; static readonly AND_ASSIGN = 831; static readonly XOR_ASSIGN = 832; static readonly OR_ASSIGN = 833; static readonly DOUBLE_BAR = 834; static readonly DOT = 835; static readonly UNDERLINE = 836; static readonly AT = 837; static readonly SHARP = 838; static readonly DOLLAR = 839; static readonly LR_BRACKET = 840; static readonly RR_BRACKET = 841; static readonly COMMA = 842; static readonly SEMI = 843; static readonly COLON = 844; static readonly STAR = 845; static readonly DIVIDE = 846; static readonly MODULE = 847; static readonly PLUS = 848; static readonly MINUS = 849; static readonly BIT_NOT = 850; static readonly BIT_OR = 851; static readonly BIT_AND = 852; static readonly BIT_XOR = 853; 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; constructor(input: CharStream); get grammarFileName(): string; get ruleNames(): string[]; get serializedATN(): string; get channelNames(): string[]; get modeNames(): string[]; 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; private static readonly _serializedATNSegment11; private static readonly _serializedATNSegment12; private static readonly _serializedATNSegment13; private static readonly _serializedATNSegment14; private static readonly _serializedATNSegment15; private static readonly _serializedATNSegment16; static readonly _serializedATN: string; static __ATN: ATN; static get _ATN(): ATN; }