lsst.datarel  13.0-1-g46ffeb4+69
Public Member Functions | Public Attributes | List of all members
lsst.datarel.mysqlExecutor.MysqlExecutor Class Reference
Inheritance diagram for lsst.datarel.mysqlExecutor.MysqlExecutor:

Public Member Functions

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)
 

Public Attributes

 host
 
 port
 
 user
 
 database
 
 password
 
 mysqlCmd
 

The documentation for this class was generated from the following file: