File indexing completed on 2025-12-16 09:58:27
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef BOOST_MYSQL_MARIADB_COLLATIONS_HPP
0009 #define BOOST_MYSQL_MARIADB_COLLATIONS_HPP
0010
0011
0012
0013 #include <boost/config.hpp>
0014
0015 #include <cstdint>
0016
0017 namespace boost {
0018 namespace mysql {
0019 namespace mariadb_collations {
0020
0021
0022 BOOST_INLINE_CONSTEXPR std::uint16_t big5_chinese_ci = 1;
0023
0024
0025 BOOST_INLINE_CONSTEXPR std::uint16_t latin2_czech_cs = 2;
0026
0027
0028 BOOST_INLINE_CONSTEXPR std::uint16_t dec8_swedish_ci = 3;
0029
0030
0031 BOOST_INLINE_CONSTEXPR std::uint16_t cp850_general_ci = 4;
0032
0033
0034 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_german1_ci = 5;
0035
0036
0037 BOOST_INLINE_CONSTEXPR std::uint16_t hp8_english_ci = 6;
0038
0039
0040 BOOST_INLINE_CONSTEXPR std::uint16_t koi8r_general_ci = 7;
0041
0042
0043 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_swedish_ci = 8;
0044
0045
0046 BOOST_INLINE_CONSTEXPR std::uint16_t latin2_general_ci = 9;
0047
0048
0049 BOOST_INLINE_CONSTEXPR std::uint16_t swe7_swedish_ci = 10;
0050
0051
0052 BOOST_INLINE_CONSTEXPR std::uint16_t ascii_general_ci = 11;
0053
0054
0055 BOOST_INLINE_CONSTEXPR std::uint16_t ujis_japanese_ci = 12;
0056
0057
0058 BOOST_INLINE_CONSTEXPR std::uint16_t sjis_japanese_ci = 13;
0059
0060
0061 BOOST_INLINE_CONSTEXPR std::uint16_t cp1251_bulgarian_ci = 14;
0062
0063
0064 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_danish_ci = 15;
0065
0066
0067 BOOST_INLINE_CONSTEXPR std::uint16_t hebrew_general_ci = 16;
0068
0069
0070 BOOST_INLINE_CONSTEXPR std::uint16_t tis620_thai_ci = 18;
0071
0072
0073 BOOST_INLINE_CONSTEXPR std::uint16_t euckr_korean_ci = 19;
0074
0075
0076 BOOST_INLINE_CONSTEXPR std::uint16_t latin7_estonian_cs = 20;
0077
0078
0079 BOOST_INLINE_CONSTEXPR std::uint16_t latin2_hungarian_ci = 21;
0080
0081
0082 BOOST_INLINE_CONSTEXPR std::uint16_t koi8u_general_ci = 22;
0083
0084
0085 BOOST_INLINE_CONSTEXPR std::uint16_t cp1251_ukrainian_ci = 23;
0086
0087
0088 BOOST_INLINE_CONSTEXPR std::uint16_t gb2312_chinese_ci = 24;
0089
0090
0091 BOOST_INLINE_CONSTEXPR std::uint16_t greek_general_ci = 25;
0092
0093
0094 BOOST_INLINE_CONSTEXPR std::uint16_t cp1250_general_ci = 26;
0095
0096
0097 BOOST_INLINE_CONSTEXPR std::uint16_t latin2_croatian_ci = 27;
0098
0099
0100 BOOST_INLINE_CONSTEXPR std::uint16_t gbk_chinese_ci = 28;
0101
0102
0103 BOOST_INLINE_CONSTEXPR std::uint16_t cp1257_lithuanian_ci = 29;
0104
0105
0106 BOOST_INLINE_CONSTEXPR std::uint16_t latin5_turkish_ci = 30;
0107
0108
0109 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_german2_ci = 31;
0110
0111
0112 BOOST_INLINE_CONSTEXPR std::uint16_t armscii8_general_ci = 32;
0113
0114
0115 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_general_ci = 33;
0116
0117
0118 BOOST_INLINE_CONSTEXPR std::uint16_t cp1250_czech_cs = 34;
0119
0120
0121 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_general_ci = 35;
0122
0123
0124 BOOST_INLINE_CONSTEXPR std::uint16_t cp866_general_ci = 36;
0125
0126
0127 BOOST_INLINE_CONSTEXPR std::uint16_t keybcs2_general_ci = 37;
0128
0129
0130 BOOST_INLINE_CONSTEXPR std::uint16_t macce_general_ci = 38;
0131
0132
0133 BOOST_INLINE_CONSTEXPR std::uint16_t macroman_general_ci = 39;
0134
0135
0136 BOOST_INLINE_CONSTEXPR std::uint16_t cp852_general_ci = 40;
0137
0138
0139 BOOST_INLINE_CONSTEXPR std::uint16_t latin7_general_ci = 41;
0140
0141
0142 BOOST_INLINE_CONSTEXPR std::uint16_t latin7_general_cs = 42;
0143
0144
0145 BOOST_INLINE_CONSTEXPR std::uint16_t macce_bin = 43;
0146
0147
0148 BOOST_INLINE_CONSTEXPR std::uint16_t cp1250_croatian_ci = 44;
0149
0150
0151 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_general_ci = 45;
0152
0153
0154 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_bin = 46;
0155
0156
0157 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_bin = 47;
0158
0159
0160 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_general_ci = 48;
0161
0162
0163 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_general_cs = 49;
0164
0165
0166 BOOST_INLINE_CONSTEXPR std::uint16_t cp1251_bin = 50;
0167
0168
0169 BOOST_INLINE_CONSTEXPR std::uint16_t cp1251_general_ci = 51;
0170
0171
0172 BOOST_INLINE_CONSTEXPR std::uint16_t cp1251_general_cs = 52;
0173
0174
0175 BOOST_INLINE_CONSTEXPR std::uint16_t macroman_bin = 53;
0176
0177
0178 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_general_ci = 54;
0179
0180
0181 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_bin = 55;
0182
0183
0184 BOOST_INLINE_CONSTEXPR std::uint16_t utf16le_general_ci = 56;
0185
0186
0187 BOOST_INLINE_CONSTEXPR std::uint16_t cp1256_general_ci = 57;
0188
0189
0190 BOOST_INLINE_CONSTEXPR std::uint16_t cp1257_bin = 58;
0191
0192
0193 BOOST_INLINE_CONSTEXPR std::uint16_t cp1257_general_ci = 59;
0194
0195
0196 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_general_ci = 60;
0197
0198
0199 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_bin = 61;
0200
0201
0202 BOOST_INLINE_CONSTEXPR std::uint16_t utf16le_bin = 62;
0203
0204
0205 BOOST_INLINE_CONSTEXPR std::uint16_t binary = 63;
0206
0207
0208 BOOST_INLINE_CONSTEXPR std::uint16_t armscii8_bin = 64;
0209
0210
0211 BOOST_INLINE_CONSTEXPR std::uint16_t ascii_bin = 65;
0212
0213
0214 BOOST_INLINE_CONSTEXPR std::uint16_t cp1250_bin = 66;
0215
0216
0217 BOOST_INLINE_CONSTEXPR std::uint16_t cp1256_bin = 67;
0218
0219
0220 BOOST_INLINE_CONSTEXPR std::uint16_t cp866_bin = 68;
0221
0222
0223 BOOST_INLINE_CONSTEXPR std::uint16_t dec8_bin = 69;
0224
0225
0226 BOOST_INLINE_CONSTEXPR std::uint16_t greek_bin = 70;
0227
0228
0229 BOOST_INLINE_CONSTEXPR std::uint16_t hebrew_bin = 71;
0230
0231
0232 BOOST_INLINE_CONSTEXPR std::uint16_t hp8_bin = 72;
0233
0234
0235 BOOST_INLINE_CONSTEXPR std::uint16_t keybcs2_bin = 73;
0236
0237
0238 BOOST_INLINE_CONSTEXPR std::uint16_t koi8r_bin = 74;
0239
0240
0241 BOOST_INLINE_CONSTEXPR std::uint16_t koi8u_bin = 75;
0242
0243
0244 BOOST_INLINE_CONSTEXPR std::uint16_t latin2_bin = 77;
0245
0246
0247 BOOST_INLINE_CONSTEXPR std::uint16_t latin5_bin = 78;
0248
0249
0250 BOOST_INLINE_CONSTEXPR std::uint16_t latin7_bin = 79;
0251
0252
0253 BOOST_INLINE_CONSTEXPR std::uint16_t cp850_bin = 80;
0254
0255
0256 BOOST_INLINE_CONSTEXPR std::uint16_t cp852_bin = 81;
0257
0258
0259 BOOST_INLINE_CONSTEXPR std::uint16_t swe7_bin = 82;
0260
0261
0262 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_bin = 83;
0263
0264
0265 BOOST_INLINE_CONSTEXPR std::uint16_t big5_bin = 84;
0266
0267
0268 BOOST_INLINE_CONSTEXPR std::uint16_t euckr_bin = 85;
0269
0270
0271 BOOST_INLINE_CONSTEXPR std::uint16_t gb2312_bin = 86;
0272
0273
0274 BOOST_INLINE_CONSTEXPR std::uint16_t gbk_bin = 87;
0275
0276
0277 BOOST_INLINE_CONSTEXPR std::uint16_t sjis_bin = 88;
0278
0279
0280 BOOST_INLINE_CONSTEXPR std::uint16_t tis620_bin = 89;
0281
0282
0283 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_bin = 90;
0284
0285
0286 BOOST_INLINE_CONSTEXPR std::uint16_t ujis_bin = 91;
0287
0288
0289 BOOST_INLINE_CONSTEXPR std::uint16_t geostd8_general_ci = 92;
0290
0291
0292 BOOST_INLINE_CONSTEXPR std::uint16_t geostd8_bin = 93;
0293
0294
0295 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_spanish_ci = 94;
0296
0297
0298 BOOST_INLINE_CONSTEXPR std::uint16_t cp932_japanese_ci = 95;
0299
0300
0301 BOOST_INLINE_CONSTEXPR std::uint16_t cp932_bin = 96;
0302
0303
0304 BOOST_INLINE_CONSTEXPR std::uint16_t eucjpms_japanese_ci = 97;
0305
0306
0307 BOOST_INLINE_CONSTEXPR std::uint16_t eucjpms_bin = 98;
0308
0309
0310 BOOST_INLINE_CONSTEXPR std::uint16_t cp1250_polish_ci = 99;
0311
0312
0313 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_unicode_ci = 101;
0314
0315
0316 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_icelandic_ci = 102;
0317
0318
0319 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_latvian_ci = 103;
0320
0321
0322 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_romanian_ci = 104;
0323
0324
0325 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_slovenian_ci = 105;
0326
0327
0328 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_polish_ci = 106;
0329
0330
0331 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_estonian_ci = 107;
0332
0333
0334 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_spanish_ci = 108;
0335
0336
0337 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_swedish_ci = 109;
0338
0339
0340 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_turkish_ci = 110;
0341
0342
0343 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_czech_ci = 111;
0344
0345
0346 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_danish_ci = 112;
0347
0348
0349 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_lithuanian_ci = 113;
0350
0351
0352 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_slovak_ci = 114;
0353
0354
0355 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_spanish2_ci = 115;
0356
0357
0358 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_roman_ci = 116;
0359
0360
0361 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_persian_ci = 117;
0362
0363
0364 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_esperanto_ci = 118;
0365
0366
0367 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_hungarian_ci = 119;
0368
0369
0370 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_sinhala_ci = 120;
0371
0372
0373 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_german2_ci = 121;
0374
0375
0376 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_croatian_mysql561_ci = 122;
0377
0378
0379 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_unicode_520_ci = 123;
0380
0381
0382 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_vietnamese_ci = 124;
0383
0384
0385 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_unicode_ci = 128;
0386
0387
0388 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_icelandic_ci = 129;
0389
0390
0391 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_latvian_ci = 130;
0392
0393
0394 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_romanian_ci = 131;
0395
0396
0397 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_slovenian_ci = 132;
0398
0399
0400 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_polish_ci = 133;
0401
0402
0403 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_estonian_ci = 134;
0404
0405
0406 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_spanish_ci = 135;
0407
0408
0409 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_swedish_ci = 136;
0410
0411
0412 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_turkish_ci = 137;
0413
0414
0415 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_czech_ci = 138;
0416
0417
0418 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_danish_ci = 139;
0419
0420
0421 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_lithuanian_ci = 140;
0422
0423
0424 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_slovak_ci = 141;
0425
0426
0427 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_spanish2_ci = 142;
0428
0429
0430 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_roman_ci = 143;
0431
0432
0433 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_persian_ci = 144;
0434
0435
0436 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_esperanto_ci = 145;
0437
0438
0439 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_hungarian_ci = 146;
0440
0441
0442 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_sinhala_ci = 147;
0443
0444
0445 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_german2_ci = 148;
0446
0447
0448 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_croatian_mysql561_ci = 149;
0449
0450
0451 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_unicode_520_ci = 150;
0452
0453
0454 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_vietnamese_ci = 151;
0455
0456
0457 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_general_mysql500_ci = 159;
0458
0459
0460 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_unicode_ci = 160;
0461
0462
0463 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_icelandic_ci = 161;
0464
0465
0466 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_latvian_ci = 162;
0467
0468
0469 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_romanian_ci = 163;
0470
0471
0472 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_slovenian_ci = 164;
0473
0474
0475 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_polish_ci = 165;
0476
0477
0478 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_estonian_ci = 166;
0479
0480
0481 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_spanish_ci = 167;
0482
0483
0484 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_swedish_ci = 168;
0485
0486
0487 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_turkish_ci = 169;
0488
0489
0490 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_czech_ci = 170;
0491
0492
0493 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_danish_ci = 171;
0494
0495
0496 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_lithuanian_ci = 172;
0497
0498
0499 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_slovak_ci = 173;
0500
0501
0502 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_spanish2_ci = 174;
0503
0504
0505 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_roman_ci = 175;
0506
0507
0508 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_persian_ci = 176;
0509
0510
0511 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_esperanto_ci = 177;
0512
0513
0514 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_hungarian_ci = 178;
0515
0516
0517 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_sinhala_ci = 179;
0518
0519
0520 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_german2_ci = 180;
0521
0522
0523 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_croatian_mysql561_ci = 181;
0524
0525
0526 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_unicode_520_ci = 182;
0527
0528
0529 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_vietnamese_ci = 183;
0530
0531
0532 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_unicode_ci = 192;
0533
0534
0535 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_icelandic_ci = 193;
0536
0537
0538 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_latvian_ci = 194;
0539
0540
0541 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_romanian_ci = 195;
0542
0543
0544 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_slovenian_ci = 196;
0545
0546
0547 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_polish_ci = 197;
0548
0549
0550 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_estonian_ci = 198;
0551
0552
0553 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_spanish_ci = 199;
0554
0555
0556 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_swedish_ci = 200;
0557
0558
0559 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_turkish_ci = 201;
0560
0561
0562 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_czech_ci = 202;
0563
0564
0565 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_danish_ci = 203;
0566
0567
0568 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_lithuanian_ci = 204;
0569
0570
0571 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_slovak_ci = 205;
0572
0573
0574 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_spanish2_ci = 206;
0575
0576
0577 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_roman_ci = 207;
0578
0579
0580 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_persian_ci = 208;
0581
0582
0583 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_esperanto_ci = 209;
0584
0585
0586 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_hungarian_ci = 210;
0587
0588
0589 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_sinhala_ci = 211;
0590
0591
0592 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_german2_ci = 212;
0593
0594
0595 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_croatian_mysql561_ci = 213;
0596
0597
0598 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_unicode_520_ci = 214;
0599
0600
0601 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_vietnamese_ci = 215;
0602
0603
0604 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_general_mysql500_ci = 223;
0605
0606
0607 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_unicode_ci = 224;
0608
0609
0610 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_icelandic_ci = 225;
0611
0612
0613 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_latvian_ci = 226;
0614
0615
0616 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_romanian_ci = 227;
0617
0618
0619 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_slovenian_ci = 228;
0620
0621
0622 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_polish_ci = 229;
0623
0624
0625 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_estonian_ci = 230;
0626
0627
0628 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_spanish_ci = 231;
0629
0630
0631 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_swedish_ci = 232;
0632
0633
0634 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_turkish_ci = 233;
0635
0636
0637 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_czech_ci = 234;
0638
0639
0640 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_danish_ci = 235;
0641
0642
0643 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_lithuanian_ci = 236;
0644
0645
0646 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_slovak_ci = 237;
0647
0648
0649 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_spanish2_ci = 238;
0650
0651
0652 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_roman_ci = 239;
0653
0654
0655 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_persian_ci = 240;
0656
0657
0658 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_esperanto_ci = 241;
0659
0660
0661 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_hungarian_ci = 242;
0662
0663
0664 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_sinhala_ci = 243;
0665
0666
0667 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_german2_ci = 244;
0668
0669
0670 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_croatian_mysql561_ci = 245;
0671
0672
0673 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_unicode_520_ci = 246;
0674
0675
0676 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_vietnamese_ci = 247;
0677
0678
0679 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_croatian_ci = 576;
0680
0681
0682 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_myanmar_ci = 577;
0683
0684
0685 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_thai_520_w2 = 578;
0686
0687
0688 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_croatian_ci = 608;
0689
0690
0691 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_myanmar_ci = 609;
0692
0693
0694 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_thai_520_w2 = 610;
0695
0696
0697 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_croatian_ci = 640;
0698
0699
0700 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_myanmar_ci = 641;
0701
0702
0703 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_thai_520_w2 = 642;
0704
0705
0706 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_croatian_ci = 672;
0707
0708
0709 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_myanmar_ci = 673;
0710
0711
0712 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_thai_520_w2 = 674;
0713
0714
0715 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_croatian_ci = 736;
0716
0717
0718 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_myanmar_ci = 737;
0719
0720
0721 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_thai_520_w2 = 738;
0722
0723
0724 BOOST_INLINE_CONSTEXPR std::uint16_t big5_chinese_nopad_ci = 1025;
0725
0726
0727 BOOST_INLINE_CONSTEXPR std::uint16_t dec8_swedish_nopad_ci = 1027;
0728
0729
0730 BOOST_INLINE_CONSTEXPR std::uint16_t cp850_general_nopad_ci = 1028;
0731
0732
0733 BOOST_INLINE_CONSTEXPR std::uint16_t hp8_english_nopad_ci = 1030;
0734
0735
0736 BOOST_INLINE_CONSTEXPR std::uint16_t koi8r_general_nopad_ci = 1031;
0737
0738
0739 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_swedish_nopad_ci = 1032;
0740
0741
0742 BOOST_INLINE_CONSTEXPR std::uint16_t latin2_general_nopad_ci = 1033;
0743
0744
0745 BOOST_INLINE_CONSTEXPR std::uint16_t swe7_swedish_nopad_ci = 1034;
0746
0747
0748 BOOST_INLINE_CONSTEXPR std::uint16_t ascii_general_nopad_ci = 1035;
0749
0750
0751 BOOST_INLINE_CONSTEXPR std::uint16_t ujis_japanese_nopad_ci = 1036;
0752
0753
0754 BOOST_INLINE_CONSTEXPR std::uint16_t sjis_japanese_nopad_ci = 1037;
0755
0756
0757 BOOST_INLINE_CONSTEXPR std::uint16_t hebrew_general_nopad_ci = 1040;
0758
0759
0760 BOOST_INLINE_CONSTEXPR std::uint16_t tis620_thai_nopad_ci = 1042;
0761
0762
0763 BOOST_INLINE_CONSTEXPR std::uint16_t euckr_korean_nopad_ci = 1043;
0764
0765
0766 BOOST_INLINE_CONSTEXPR std::uint16_t koi8u_general_nopad_ci = 1046;
0767
0768
0769 BOOST_INLINE_CONSTEXPR std::uint16_t gb2312_chinese_nopad_ci = 1048;
0770
0771
0772 BOOST_INLINE_CONSTEXPR std::uint16_t greek_general_nopad_ci = 1049;
0773
0774
0775 BOOST_INLINE_CONSTEXPR std::uint16_t cp1250_general_nopad_ci = 1050;
0776
0777
0778 BOOST_INLINE_CONSTEXPR std::uint16_t gbk_chinese_nopad_ci = 1052;
0779
0780
0781 BOOST_INLINE_CONSTEXPR std::uint16_t latin5_turkish_nopad_ci = 1054;
0782
0783
0784 BOOST_INLINE_CONSTEXPR std::uint16_t armscii8_general_nopad_ci = 1056;
0785
0786
0787 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_general_nopad_ci = 1057;
0788
0789
0790 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_general_nopad_ci = 1059;
0791
0792
0793 BOOST_INLINE_CONSTEXPR std::uint16_t cp866_general_nopad_ci = 1060;
0794
0795
0796 BOOST_INLINE_CONSTEXPR std::uint16_t keybcs2_general_nopad_ci = 1061;
0797
0798
0799 BOOST_INLINE_CONSTEXPR std::uint16_t macce_general_nopad_ci = 1062;
0800
0801
0802 BOOST_INLINE_CONSTEXPR std::uint16_t macroman_general_nopad_ci = 1063;
0803
0804
0805 BOOST_INLINE_CONSTEXPR std::uint16_t cp852_general_nopad_ci = 1064;
0806
0807
0808 BOOST_INLINE_CONSTEXPR std::uint16_t latin7_general_nopad_ci = 1065;
0809
0810
0811 BOOST_INLINE_CONSTEXPR std::uint16_t macce_nopad_bin = 1067;
0812
0813
0814 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_general_nopad_ci = 1069;
0815
0816
0817 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_nopad_bin = 1070;
0818
0819
0820 BOOST_INLINE_CONSTEXPR std::uint16_t latin1_nopad_bin = 1071;
0821
0822
0823 BOOST_INLINE_CONSTEXPR std::uint16_t cp1251_nopad_bin = 1074;
0824
0825
0826 BOOST_INLINE_CONSTEXPR std::uint16_t cp1251_general_nopad_ci = 1075;
0827
0828
0829 BOOST_INLINE_CONSTEXPR std::uint16_t macroman_nopad_bin = 1077;
0830
0831
0832 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_general_nopad_ci = 1078;
0833
0834
0835 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_nopad_bin = 1079;
0836
0837
0838 BOOST_INLINE_CONSTEXPR std::uint16_t utf16le_general_nopad_ci = 1080;
0839
0840
0841 BOOST_INLINE_CONSTEXPR std::uint16_t cp1256_general_nopad_ci = 1081;
0842
0843
0844 BOOST_INLINE_CONSTEXPR std::uint16_t cp1257_nopad_bin = 1082;
0845
0846
0847 BOOST_INLINE_CONSTEXPR std::uint16_t cp1257_general_nopad_ci = 1083;
0848
0849
0850 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_general_nopad_ci = 1084;
0851
0852
0853 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_nopad_bin = 1085;
0854
0855
0856 BOOST_INLINE_CONSTEXPR std::uint16_t utf16le_nopad_bin = 1086;
0857
0858
0859 BOOST_INLINE_CONSTEXPR std::uint16_t armscii8_nopad_bin = 1088;
0860
0861
0862 BOOST_INLINE_CONSTEXPR std::uint16_t ascii_nopad_bin = 1089;
0863
0864
0865 BOOST_INLINE_CONSTEXPR std::uint16_t cp1250_nopad_bin = 1090;
0866
0867
0868 BOOST_INLINE_CONSTEXPR std::uint16_t cp1256_nopad_bin = 1091;
0869
0870
0871 BOOST_INLINE_CONSTEXPR std::uint16_t cp866_nopad_bin = 1092;
0872
0873
0874 BOOST_INLINE_CONSTEXPR std::uint16_t dec8_nopad_bin = 1093;
0875
0876
0877 BOOST_INLINE_CONSTEXPR std::uint16_t greek_nopad_bin = 1094;
0878
0879
0880 BOOST_INLINE_CONSTEXPR std::uint16_t hebrew_nopad_bin = 1095;
0881
0882
0883 BOOST_INLINE_CONSTEXPR std::uint16_t hp8_nopad_bin = 1096;
0884
0885
0886 BOOST_INLINE_CONSTEXPR std::uint16_t keybcs2_nopad_bin = 1097;
0887
0888
0889 BOOST_INLINE_CONSTEXPR std::uint16_t koi8r_nopad_bin = 1098;
0890
0891
0892 BOOST_INLINE_CONSTEXPR std::uint16_t koi8u_nopad_bin = 1099;
0893
0894
0895 BOOST_INLINE_CONSTEXPR std::uint16_t latin2_nopad_bin = 1101;
0896
0897
0898 BOOST_INLINE_CONSTEXPR std::uint16_t latin5_nopad_bin = 1102;
0899
0900
0901 BOOST_INLINE_CONSTEXPR std::uint16_t latin7_nopad_bin = 1103;
0902
0903
0904 BOOST_INLINE_CONSTEXPR std::uint16_t cp850_nopad_bin = 1104;
0905
0906
0907 BOOST_INLINE_CONSTEXPR std::uint16_t cp852_nopad_bin = 1105;
0908
0909
0910 BOOST_INLINE_CONSTEXPR std::uint16_t swe7_nopad_bin = 1106;
0911
0912
0913 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_nopad_bin = 1107;
0914
0915
0916 BOOST_INLINE_CONSTEXPR std::uint16_t big5_nopad_bin = 1108;
0917
0918
0919 BOOST_INLINE_CONSTEXPR std::uint16_t euckr_nopad_bin = 1109;
0920
0921
0922 BOOST_INLINE_CONSTEXPR std::uint16_t gb2312_nopad_bin = 1110;
0923
0924
0925 BOOST_INLINE_CONSTEXPR std::uint16_t gbk_nopad_bin = 1111;
0926
0927
0928 BOOST_INLINE_CONSTEXPR std::uint16_t sjis_nopad_bin = 1112;
0929
0930
0931 BOOST_INLINE_CONSTEXPR std::uint16_t tis620_nopad_bin = 1113;
0932
0933
0934 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_nopad_bin = 1114;
0935
0936
0937 BOOST_INLINE_CONSTEXPR std::uint16_t ujis_nopad_bin = 1115;
0938
0939
0940 BOOST_INLINE_CONSTEXPR std::uint16_t geostd8_general_nopad_ci = 1116;
0941
0942
0943 BOOST_INLINE_CONSTEXPR std::uint16_t geostd8_nopad_bin = 1117;
0944
0945
0946 BOOST_INLINE_CONSTEXPR std::uint16_t cp932_japanese_nopad_ci = 1119;
0947
0948
0949 BOOST_INLINE_CONSTEXPR std::uint16_t cp932_nopad_bin = 1120;
0950
0951
0952 BOOST_INLINE_CONSTEXPR std::uint16_t eucjpms_japanese_nopad_ci = 1121;
0953
0954
0955 BOOST_INLINE_CONSTEXPR std::uint16_t eucjpms_nopad_bin = 1122;
0956
0957
0958 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_unicode_nopad_ci = 1125;
0959
0960
0961 BOOST_INLINE_CONSTEXPR std::uint16_t utf16_unicode_520_nopad_ci = 1147;
0962
0963
0964 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_unicode_nopad_ci = 1152;
0965
0966
0967 BOOST_INLINE_CONSTEXPR std::uint16_t ucs2_unicode_520_nopad_ci = 1174;
0968
0969
0970 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_unicode_nopad_ci = 1184;
0971
0972
0973 BOOST_INLINE_CONSTEXPR std::uint16_t utf32_unicode_520_nopad_ci = 1206;
0974
0975
0976 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_unicode_nopad_ci = 1216;
0977
0978
0979 BOOST_INLINE_CONSTEXPR std::uint16_t utf8_unicode_520_nopad_ci = 1238;
0980
0981
0982 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_unicode_nopad_ci = 1248;
0983
0984
0985 BOOST_INLINE_CONSTEXPR std::uint16_t utf8mb4_unicode_520_nopad_ci = 1270;
0986
0987 }
0988 }
0989 }
0990
0991 #endif