Package londiste :: Module setup :: Class ProviderSetup
[frames] | no frames]

Class ProviderSetup

source code

                 object --+        
                          |        
skytools.scripting.DBScript --+    
                              |    
                    CommonSetup --+
                                  |
                                 ProviderSetup

Instance Methods
 
admin(self) source code
 
provider_list_seqs(self) source code
 
provider_install(self) source code
 
provider_add_tables(self, table_list) source code
 
provider_remove_tables(self, table_list) source code
 
provider_add_table(self, tbl) source code
 
provider_remove_table(self, tbl) source code
 
provider_show_tables(self) source code
 
provider_notify_change(self) source code
 
provider_add_seq(self, seq) source code
 
provider_remove_seq(self, seq) source code
 
exec_provider(self, sql, args) source code

Inherited from CommonSetup: __init__, check_provider_queue, fetch_provider_table_list, fetch_subscriber_tables, get_all_seqs, get_provider_seqs, get_provider_table_list, get_subscriber_table_list, init_optparse, run

Inherited from skytools.scripting.DBScript: close_database, get_database, hook_sighup, hook_sigint, reload, reset, run_once, send_signal, send_stats, set_single_loop, start, startup, stat_add, stat_increase, stat_put, stop, work

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables

Inherited from skytools.scripting.DBScript: cf, job_name, log, service_name

Properties

Inherited from object: __class__