Index of the main module
-
m
sqlobject.main
...
- a __package__ ...
- a sqlhub ...
- C SQLObjectIntegrityError ...
-
C
SQLObjectNotFound
...
-
C
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.
- a idName ...
- a columnDefinitions ...
- a fromDatabase ...
- a indexes ...
- a childClasses ...
- a columnList ...
- a columns ...
- a indexDefinitions ...
- a joins ...
- a cacheValues ...
- a joinDefinitions ...
- f delColumn ...
- f addIndex ...
- f __init__ ...
- f expireAll ... - Expire all instances of this class.
- f addColumnsFromDatabase ...
- f send ...
- f setClass ...
- f delJoin ...
- f asDict ... - Return the object as a dictionary of columns to values.
- f __classinit__ ...
- f addJoin ...
- f getColumns ...
- f addColumn ...
-
C
SQLObject
...
- f set ...
- f deleteBy ...
- f sqlrepr ...
- f sync ...
- f dropJoinTables ...
- f __lt__ ...
- f createJoinTables ...
- f __init__ ...
- f createIndexes ...
- f __sqlrepr__ ...
- f expire ...
- f select ...
- f __getstate__ ...
- f __ne__ ...
- f dropTable ...
- f __classinit__ ...
- f createTableSQL ...
- f destroySelf ...
- f clearTable ...
- f syncUpdate ...
- f setConnection ...
- f createIndexesSQL ...
- f deleteMany ...
- f tableExists ...
- f selectBy ...
- f tablesUsedImmediate ...
- f __le__ ...
- f delete ...
- f getID ...
- f getObject ...
- f setDeprecationLevel ... - Set the deprecation level for SQLObject. Low levels are more actively being deprecated. Any warning at a level at or below warning will give a warning. Any warning at a level at or below exception will give an exception. You can use a higher exception level for tests to help upgrade your code. None for either value means never warn or raise exceptions.