home *** CD-ROM | disk | FTP | other *** search
/ One Click 11 / OneClick11.iso / Bancos de Dados / Conversao / Mysql2Excel / Setup.exe / Mysql2Excel.exe / MySQLdb / constants / CLIENT.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-06-23  |  1.0 KB  |  26 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.2)
  3.  
  4. '''MySQL CLIENT constants
  5.  
  6. These constants are used when creating the connection. Use bitwise-OR
  7. (|) to combine options together, and pass them as the client_flags
  8. parameter to MySQLdb.Connection. For more information on these flags,
  9. see the MySQL C API documentation for mysql_real_connect().
  10.  
  11. '''
  12. LONG_PASSWORD = 1
  13. FOUND_ROWS = 2
  14. LONG_FLAG = 4
  15. CONNECT_WITH_DB = 8
  16. NO_SCHEMA = 16
  17. COMPRESS = 32
  18. ODBC = 64
  19. LOCAL_FILES = 128
  20. IGNORE_SPACE = 256
  21. CHANGE_USER = 512
  22. INTERACTIVE = 1024
  23. SSL = 2048
  24. IGNORE_SIGPIPE = 4096
  25. TRANSACTIONS = 8192
  26.