DefaultStyle
This is the default style. Python attributes use mixedCase,
while database columns use underscore_separated.
The DefaultStyle 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.