Index of the manager module
-
m
sqlobject.manager
...
- a __package__ ...
-
m
command
...
- a PY2 ...
- a the_runner ...
- a __package__ ...
- a print_function ...
-
C
CommandList
...
- a min_args ...
- a help ...
- a parser ...
- a aliases ...
- a max_args_error ...
- a prog_name ...
- a name ...
- a summary ...
- a min_args_error ...
- a required_args ...
- f ini_config ...
- f __init__ ...
- f classes_from_egg ...
- f config ...
- f open_editor ... - Open an editor with the given text. Return the new text, or None if no edits were made. If given, everything after breaker will be ignored.
- f run ...
- f orderClassesByDependencyLevel ... - Return classes ordered by their depth in the class dependency tree (this is not the inheritance tree), from the top level (independant) classes to the deepest level. The dependency tree is defined by the foreign key relations.
- f __classinit__ ...
- f shorten_filename ... - Shortens a filename to make it relative to the current directory (if it can). For display purposes.
- f config_from_egg ...
- f classes_from_package ...
- f ask ...
- f classes_from_module ...
- f connection ...
- f classes ...
- f command ...
- f load_options_from_egg ...
- C SQLObjectVersionTable ... - This table is used to store information about the database and its version (used with record and update commands).
- C CommandRunner ...
-
C
CommandExecute
...
- a help ...
- a parser ...
- a name ...
- a summary ...
- f ini_config ...
- f __init__ ...
- f config ...
- f open_editor ... - Open an editor with the given text. Return the new text, or None if no edits were made. If given, everything after breaker will be ignored.
- f run ...
- f orderClassesByDependencyLevel ... - Return classes ordered by their depth in the class dependency tree (this is not the inheritance tree), from the top level (independant) classes to the deepest level. The dependency tree is defined by the foreign key relations.
- f shorten_filename ... - Shortens a filename to make it relative to the current directory (if it can). For display purposes.
- f config_from_egg ...
- f ask ...
- f connection ...
- f classes ...
- f load_options_from_egg ...
-
C
CommandSQL
...
- a parser ...
- a name ...
- a summary ...
- f shorten_filename ... - Shortens a filename to make it relative to the current directory (if it can). For display purposes.
- f classes_from_module ...
- f connection ...
- f classes ...
- C CommandCreate ...
- C CommandHelp ...
-
C
Command
...
- f shorten_filename ... - Shortens a filename to make it relative to the current directory (if it can). For display purposes.
- f classes_from_module ...
- f connection ...
- f classes ...
- C CommandDrop ...
- C CommandStatus ...
-
C
CommandRecord
...
- a help ...
- a parser ...
- a name ...
- a summary ...
- a version_regex ...
- f ini_config ...
- f update_db ...
- f config ...
- f run ...
- f orderClassesByDependencyLevel ... - Return classes ordered by their depth in the class dependency tree (this is not the inheritance tree), from the top level (independant) classes to the deepest level. The dependency tree is defined by the foreign key relations.
- f load_options_from_egg ...
-
C
CommandUpgrade
...
- a help ...
- a parser ...
- a name ...
- a summary ...
- a upgrade_regex ...
- f ini_config ...
- f strip_comments ...
- f update_db ...
- f orderClassesByDependencyLevel ... - Return classes ordered by their depth in the class dependency tree (this is not the inheritance tree), from the top level (independant) classes to the deepest level. The dependency tree is defined by the foreign key relations.
- f base_dir ...
- f nowarning_tempnam ...
- f db_differences ... - Returns the differences between a class and the table in a connection. Returns [] if no differences are found. This function does the best it can; it can miss many differences.
- f standard_parser ...
- f register ...
- f update_sys_path ...