|
__init__(self,
host,
database,
username,
password)
constructor |
|
|
|
connect(self)
Connect to the database |
|
|
|
execute(self,
cmdString)
Execute a command contained within cmdString |
|
|
|
fetch(self)
Returns the output from the command |
|
|
|
close(self)
Closes the connection to the db |
|
|
|
insert(self,
cmdString)
Performs low-level insert |
|
|
|
select(self,
cmdString)
Performs low-level select |
|
|