Documentation updates.

This commit is contained in:
adustman
2001-04-28 03:27:58 +00:00
parent 76e8266a19
commit 3e2c672724
6 changed files with 45 additions and 1 deletions

View File

@ -1,3 +1,10 @@
"""MySQL FLAG Constants
These flags are used along with the FIELD_TYPE to indicate various
properties of columns in a result set.
"""
NOT_NULL = 1
PRI_KEY = 2
UNIQUE_KEY = 4