Package turbogears :: Package identity :: Module soprovider :: Class TG_VisitIdentity :: Class sqlmeta

Class sqlmeta

  object --+    
           |    
main.sqlmeta --+
               |
              turbogears.identity.soprovider.TG_VisitIdentity.sqlmeta

This object is the object we use to keep track of all sorts of information. Subclasses are made for each SQLObject subclass (dynamically if necessary), and instances are created to go alongside every SQLObject instance.

Nested Classes
  soClass
A visit to your website.

Inherited from sqlobject.main.sqlmeta: __metaclass__, idType

Instance Methods

Inherited from sqlobject.main.sqlmeta: __init__, asDict

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods

Inherited from sqlobject.main.sqlmeta: addColumn, addColumnsFromDatabase, addIndex, addJoin, delColumn, delJoin, expireAll, getColumns, send, setClass

Static Methods

Inherited from sqlobject.main.sqlmeta: __classinit__

Class Variables
  table = 'visit_identity'
hash(x)
  columnDefinitions = {'user_id': <IntCol 18be550 user_id>, 'vis...
  columnList = [<SOStringCol visit_key alternate ID>, <SOIntCol ...
  columns = {'user_id': <SOIntCol user_id>, 'visit_key': <SOStri...
  idName = 'id'
hash(x)
  style = <sqlobject.styles.MixedCaseUnderscoreStyle object at 0...
hash(x)

Inherited from sqlobject.main.sqlmeta: cacheValues, childClasses, childName, dbEncoding, defaultOrder, dirty, expired, fromDatabase, idSequence, indexDefinitions, indexes, joinDefinitions, joins, lazyUpdate, parentClass, registry

Properties

Inherited from object: __class__

Class Variable Details

columnDefinitions

Value:
{'user_id': <IntCol 18be550 user_id>,
 'visit_key': <StringCol 18be4d0 visit_key>}

columnList

Value:
[<SOStringCol visit_key alternate ID>, <SOIntCol user_id>]

columns

Value:
{'user_id': <SOIntCol user_id>,
 'visit_key': <SOStringCol visit_key alternate ID>}

style

hash(x)

Value:
<sqlobject.styles.MixedCaseUnderscoreStyle object at 0x13c6490>