py::qodb::models Namespace Reference


Classes

class  DatabaseInfo
class  catalog_interface
class  underlay_interface
class  CatalogVersion
class  Author
class  Editor
class  Collection
class  Series
class  Album
class  UnderlayAuthor
class  UnderlayEditor
class  UnderlayCollection
class  UnderlaySeries
class  UnderlayAlbum
class  Library
class  AlbumCopy

Functions

def StringField
def Phone
def ForeignQomicsKey
def ForeignQomicsKeys
def Qoid
def underlay_field

Variables

int QODB_VERSION = 2
 Price = models.FloatField


Function Documentation

def py::qodb::models::ForeignQomicsKey (   args,
  kwds 
)

00049                                       :
00050         return models.ForeignKey(unique=True, to_field='qoid', *args, **kwds)
00051 
def ForeignQomicsKeys( *args, **kwds ) :

def py::qodb::models::ForeignQomicsKeys (   args,
  kwds 
)

00052                                        :
00053         return models.ForeignKey(to_field = 'qoid', *args, **kwds )
00054 
def Qoid( *args, **kwds ) :

def py::qodb::models::Phone (   args,
  kwds 
)

00036                            :
00037         return models.CharField( maxlength=12, *args, **kwds )
00038 
class DatabaseInfo( models.Model ) :

def py::qodb::models::Qoid (   args,
  kwds 
)

00055                           :
00056         return models.CharField(maxlength=120, unique=True, *args, **kwds)
00057 
00058 
00059 #
00060 # interfaces
00061 #
class catalog_interface :

def py::qodb::models::StringField (   args,
  kwds 
)

00031                                  :
00032         return models.CharField( maxlength=255, *args, **kwds )
00033 
Price = models.FloatField

def py::qodb::models::underlay_field (   model  ) 

00485                             :
00486         return models.OneToOneField(model, related_name='_underlay')
00487 
class UnderlayAuthor( underlay_interface, models.Model ) :


Variable Documentation

py::qodb::models::Price = models.FloatField [static]

int py::qodb::models::QODB_VERSION = 2 [static]


Generated on Tue Oct 9 20:40:33 2007 for Qomics by  doxygen 1.5.3