massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / pymysql / constants / FLAG.pyi
1 from typing import Any\r
2 \r
3 NOT_NULL = ...  # type: Any\r
4 PRI_KEY = ...  # type: Any\r
5 UNIQUE_KEY = ...  # type: Any\r
6 MULTIPLE_KEY = ...  # type: Any\r
7 BLOB = ...  # type: Any\r
8 UNSIGNED = ...  # type: Any\r
9 ZEROFILL = ...  # type: Any\r
10 BINARY = ...  # type: Any\r
11 ENUM = ...  # type: Any\r
12 AUTO_INCREMENT = ...  # type: Any\r
13 TIMESTAMP = ...  # type: Any\r
14 SET = ...  # type: Any\r
15 PART_KEY = ...  # type: Any\r
16 GROUP = ...  # type: Any\r
17 UNIQUE = ...  # type: Any\r