Index of the creation module
-
m
sqlobject.manage.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 ...