Home | Trees | Indices | Help |
---|
|
Flags used in the flags attribute of the mysql.result.Field object.
Note that the flags attribute in the Field object may contain internally used flags that are not documented here.
|
|||
|
AUTO_INCREMENT = 512 Field has the AUTO_INCREMENT attribute. |
||
|
BINARY = 128 Field has the BINARY attribute. |
||
|
KNOWN_FLAGS = 751 Bitwise OR of all documented flags. |
||
|
MULTIPLE_KEY = 8 Field is part of a non-unique key. |
||
|
NOT_NULL = 1 Field can't be NULL. |
||
|
PRI_KEY = 2 Field is part of a primary key. |
||
|
UNIQUE_KEY = 4 Field is part of a unique key. |
||
|
UNSIGNED = 32 Field has the UNSIGNED attribute. |
||
|
ZEROFILL = 64 Field has the ZEROFILL attribute. |
||
|
__version__ = '$Revision: 1.3 $'
|
|
AUTO_INCREMENTField has the AUTO_INCREMENT attribute.
|
BINARYField has the BINARY attribute.
|
KNOWN_FLAGSBitwise OR of all documented flags.
|
MULTIPLE_KEYField is part of a non-unique key.
|
NOT_NULLField can't be NULL.
|
PRI_KEYField is part of a primary key.
|
UNIQUE_KEYField is part of a unique key.
|
UNSIGNEDField has the UNSIGNED attribute.
|
ZEROFILLField has the ZEROFILL attribute.
|
__version__
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Nov 12 20:01:26 2006 | http://epydoc.sourceforge.net |