MixedCaseStyle
This style leaves columns as mixed-case, and uses long
ID names (like ProductID instead of simply id).
The MixedCaseStyle class is accessible via the
sqlobject.styles
module.
Methods
f
__init__(self, pythonAttrToDBColumn=None, dbColumnToPythonAttr=None, pythonClassToDBTable=None, dbTableToPythonClass=None, idForTable=None, longID=False)
...
See
the source
for more information.