Variables | |
| db = TSQLServer.Connect("mysql://localhost/test", "nobody", "") | |
| fp = open("runcatalog.sql", "r") | |
| res = db.Query("DROP TABLE runcatalog") | |
| sql = fp.read() | |
| sqlcreatedb.db = TSQLServer.Connect("mysql://localhost/test", "nobody", "") |
Definition at line 21 of file sqlcreatedb.py.
| sqlcreatedb.fp = open("runcatalog.sql", "r") |
Definition at line 16 of file sqlcreatedb.py.
| sqlcreatedb.res = db.Query("DROP TABLE runcatalog") |
Definition at line 24 of file sqlcreatedb.py.
| sqlcreatedb.sql = fp.read() |
Definition at line 17 of file sqlcreatedb.py.