Index of the sqlobject module
-
m
sqlobject
...
- a sqlhub ...
- m style ...
-
m
main
...
-
C
SQLObject
...
- a __abstract__ ...
- a id ...
- a __addtosubclass__ ...
- a __required_constructor__ ...
- a event_hub ...
-
C
sqlmeta
...
- a sequence ...
- a sql_select_columns ...
- a lazy ...
- a columns ...
- f sync ...
- f drop_table ...
- f destroy_self ...
- f get_connection ...
- f __init__ ...
- f create ...
- f table_exists ...
- f add_column ...
- f as_dict ...
- f create_sql ...
- f drop_sql ...
- f write_updates ...
- f build_from_select ...
- f set ...
- f select_by ...
- f get ...
- f __classinit__ ...
- f sync ...
- f select ...
- f destroy_self ...
-
C
SQLObjectNotFound
...
-
C
SQLObject
...
-
m
manage
...
-
m
creation
...
- f drop_tables ... - Drop the given tables as a set. Tables are dropped in reverse order.
- f create_tables_sql ... - Return a list of SQL statements for creating the given tables.
- f create_tables ... - Create the given tables as a set. Constraints are collected and only created at the end of the process. Tables are created in the given order.
- f drop_tables_sql ...
-
m
creation
...
- m classreg ...
-
m
col
...
- C BoolCol ...
- C KeyCol ...
-
C
DateTimeCol
...
- a __addtoclass__ ...
- f __init__ ...
- f raw_get ...
- f __set__ ...
- f __get__ ...
- f sql_type_parameters ...
- f raw_set ...
- f to_python ...
- f standard_sql_type ...
- f from_python ...
-
C
ForeignKey
...
- a __addtoclass__ ...
- f create_column ...
- f __init__ ...
-
C
DateCol
...
- a __addtoclass__ ...
- f __init__ ...
- f __get__ ...
- f sql_type_parameters ...
- f raw_set ...
- f to_python ...
- f create_sql ...
- f standard_sql_type ...
- f from_python ...
-
C
StringCol
...
- a __addtoclass__ ...
- f to_python ...
- f __init__ ...
- f raw_get ...
- f __set__ ...
- f sql_type_parameters ...
- f __get__ ...
- f create_sql ...
- f standard_sql_type ...
- f from_python ...
-
C
Col
...
- a __addtoclass__ ...
- f __init__ ...
- f raw_get ...
- f __set__ ...
- f sql_type_parameters ...
- f to_python ...
- f standard_sql_type ...
- f from_python ...
- C FloatCol ...
-
m
connectionhub
...
- Object for registering database connections
- C ConnectionHub ... - Instances of this class represent a logical connection, and can be consumed by a variety of classes or items.
-
C
ConnectionHubErorr
...
- Raised when you get an exception and none has been registered, you
deregister exceptions out of order, or other similar problems.
-
m
sresults
...
-
C
SelectResults
...
- f count ...
- f do_query ...
- f produce_spec_from_row ...
- f __getitem__ ...
- f __iter__ ...
- f produce_from_row ...
- f __init__ ...
-
C
SelectResults
...
-
m
events
...