List of all members.
Detailed Description
Derivative of DbSql specific for MySQL DB engine
Member Function Documentation
def MGT::Sql::DbSqlMy::createIndices |
( |
|
self, |
|
|
|
table, |
|
|
|
names = None , |
|
|
|
primary = None , |
|
|
|
compounds = None , |
|
|
|
attrib = {} |
|
) |
| |
This is a specialization for MySQL, which supports ALTER TABLE ... ADD INDEX ... ADD INDEX.
@param attrib - optional index attributes. Currently supported is 'unique', e.g. attrib={'id':{'unique':True}}
The documentation for this class was generated from the following file: