exiddis::lib::MySQLCommands::MySQLCommands Class Reference
Inherits DBCommands::IDBCommands.
List of all members.
|
Public Member Functions |
| def | __init__ |
|
def | createUser |
|
def | deleteUser |
|
def | restoreAllUsers |
|
def | addIterSequence |
|
def | addRandSequence |
|
def | grantUserRightToSeq |
|
def | takeRightToSeqFromUser |
|
def | restoreAllSeqRights |
|
def | storeIter |
|
def | storeRand |
|
def | restoreAllIter |
|
def | restoreAllRand |
Public Attributes |
|
| db |
Detailed Description
Module that implements IDBCommands interface. For more pieces of information see IDBCommand.py documentation.
Member Function Documentation
| def exiddis::lib::MySQLCommands::MySQLCommands::__init__ |
( |
|
self, |
|
|
|
host, |
|
|
|
user, |
|
|
|
password, |
|
|
|
db | |
|
) |
| | |
Create new instance of MySQLCommands class.
Keyword parameters:
host - host of MySQL server
user - MySQL user name
password - user's password
db - database name
The documentation for this class was generated from the following file:
- exiddis/lib/MySQLCommands.py