|
def | __init__ (self, host, database, user, port=3306, password=None) |
|
def | createDb (self, database, options=['-vvv']) |
|
def | execStmt (self, stmt, stdout=sys.stdout, options=['-vvv']) |
|
def | execScript (self, script, options=['-vvv']) |
|
def | runQuery (self, query) |
|
def | isView (self, table) |
|
def | exists (self, table) |
|
def | getConn (self) |
|
|
| host |
|
| port |
|
| user |
|
| database |
|
| password |
|
| mysqlCmd |
|
The documentation for this class was generated from the following file:
- python/lsst/datarel/mysqlExecutor.py