Class s.d.s.SynchronizationService(XMLRPCService):

Part of stoqlib.database.synchronization View In Hierarchy

No class docstring
Method __init__ Undocumented
Method clean Cleans the database.
Method get_station_name Gets the name of the station.
Method set_station_by_name Set the currently station by given name.
Method bump_sequences Undocumented
Method sql_prepare Gets an integer that represents the database insert.
Method sql_insert Insert sid and date.
Method sql_finish Finish an sql process.
Method changes Undocumented
Method quit Undocumented

Inherited from XMLRPCService:

Method serve Undocumented
Method stop Undocumented
def __init__(self, hostname, port):
Undocumented
def clean(self):
Cleans the database.
def get_station_name(self):
Gets the name of the station.
Returnsthe name of the station.
def set_station_by_name(self, name):
Set the currently station by given name.
Parametersnamename of the station
def bump_sequences(self, sequences, strlow, strhigh):
Undocumented
def sql_prepare(self):
Gets an integer that represents the database insert.
Returnsan integer representing the insert
def sql_insert(self, sid, data):
Insert sid and date.
Parameterssid
data
def sql_finish(self, sid):
Finish an sql process.
Parameterssid
ReturnsNone if successful, otherwise a string
def changes(self, policy_name, timestr):
Undocumented
def quit(self):
Undocumented
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.