Part of twistar.registry View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
0 | Class Variable | DBPOOL | This should be set to the
twisted.enterprise.dbapi.ConnectionPool to use for all
database interaction. |
25 | Class Method | register | Register some number of classes in the registy. This is necessary so
that when objects are created on the fly (specifically, as a result of
relationship get s) the package knows how to find them. |
38 | Class Method | getClass | Get a registered class by the given name. |
48 | Class Method | getDBAPIClass | Per http://www.python.org/dev/peps/pep-0249/ each DBAPI driver must implement it's own Date/Time/Timestamp/etc classes. This method provides a generalized way to get them from whatever DB driver is being used. |
60 | Class Method | getConfig | Get the current DB config object being used for DB interaction. This is
one of the classes that extends base.InteractionBase . |
twisted.enterprise.dbapi.ConnectionPool
to use for all
database interaction.
get
s) the package knows how to find them.Parameters | klasses | Any number of parameters, each of which is a class. |
base.InteractionBase
.