Package turbogears :: Package i18n :: Package sogettext :: Module model :: Class TG_Domain :: Class sqlmeta

Class sqlmeta

  object --+    
           |    
main.sqlmeta --+
               |
              turbogears.i18n.sogettext.model.TG_Domain.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

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 = 'tg_i18n_domain'
hash(x)
  defaultOrder = 'name'
hash(x)
  columnDefinitions = {'name': <StringCol 3202150 name>}
  columnList = [<SOStringCol name alternate ID>]
  columns = {'name': <SOStringCol name alternate ID>}
  idName = 'id'
hash(x)
  joinDefinitions = [<sqlobject.joins.MultipleJoin object at 0x3...
  joins = [<sqlobject.joins.SOMultipleJoin object at 0x3202310>]
  style = <sqlobject.styles.MixedCaseUnderscoreStyle object at 0...
hash(x)

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

Properties

Inherited from object: __class__

Class Variable Details

joinDefinitions

Value:
[<sqlobject.joins.MultipleJoin object at 0x3202190>]

style

hash(x)

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