
!3Dc           @   sj   d  Z  d Z d Z d Z d Z d Z d Z d Z d Z d	 Z	 d
 Z
 d Z d Z d Z d Z d Z d Z d S(   s   MySQL FLAG Constants

These flags are used along with the FIELD_TYPE to indicate various
properties of columns in a result set.

i   i   i   i   i   i    i@   i   i   i   i   i   i   i @  i   N(   t   __doc__t   NOT_NULLt   PRI_KEYt
   UNIQUE_KEYt   MULTIPLE_KEYt   BLOBt   UNSIGNEDt   ZEROFILLt   BINARYt   ENUMt   AUTO_INCREMENTt	   TIMESTAMPt   SETt   NUMt   PART_KEYt   GROUPt   UNIQUE(    (    (    s6   /usr/lib/pymodules/python2.6/MySQLdb/constants/FLAG.pyt   <module>   s    