Public Member Functions |
def | __getattr__ |
def | __setattr__ |
def | __str__ |
def | value |
Static Private Attributes |
list | _fields |
Detailed Description
Definition at line 75 of file column.py.
Member Data Documentation
list prototest.mysql.column.ColumnFlags._fields |
|
staticprivate |
Initial value:[
'NOT_NULL',
'PRI_KEY',
'UNIQUE_KEY',
'MULTIPLE_KEY',
'BLOB',
'UNSIGNED',
'ZEROFILL',
'BINARY',
'ENUM',
'AUTO_INCREMENT',
'TIMESTAMP',
'SET',
'NO_DEFAULT_VALUE',
'ON_UPDATE_NOW',
'PART_KEY',
'NUM',
'UNIQUE',
'BINCMP',
'GET_FIXED_FIELDS',
'IN_PART_FUNC',
'IN_ADD_INDEX',
'RENAMED'
]
Definition at line 76 of file column.py.
The documentation for this class was generated from the following file:
- plugin/mysql_protocol/prototest/prototest/mysql/column.py