sqlobject.include.hashcol module¶
-
class
sqlobject.include.hashcol.
HashCol
(name=None, **kw)[source]¶ Bases:
sqlobject.col.StringCol
End-user HashCol class. May be instantiated with ‘hashMethod’, a function which returns the string hash of any other string (i.e. basestring)
-
baseClass
¶ alias of
SOHashCol
-