MixedCaseStyle

This style leaves columns as mixed-case, and uses long ID names (like ProductID instead of simply id).


Methods

f __init__(self, pythonAttrToDBColumn=None, dbColumnToPythonAttr=None, pythonClassToDBTable=None, dbTableToPythonClass=None, idForTable=None, longID=False) ...

f pythonClassToDBTable(self, className) ...

f idForTable(self, table) ...

f pythonClassToAttr(self, className) ...

f instanceAttrToIDAttr(self, attr) ...

f instanceIDAttrToAttr(self, attr) ...

f pythonAttrToDBColumn(self, attr) ...

f dbColumnToPythonAttr(self, col) ...

f dbTableToPythonClass(self, table) ...

f tableReference(self, table) ...

See the source for more information.