Package gavo :: Package rscdef :: Module scripting :: Class SQLScriptRunner
[frames] | no frames]

Class SQLScriptRunner

source code

  object --+    
           |    
ScriptRunner --+
               |
              SQLScriptRunner
Known Subclasses:

A runner for SQL scripts.

These will always use the table's querier to execute the statements.

Keyword arguments to run are ignored.

Instance Methods
 
run(self, dbTable, **kwargs) source code

Inherited from ScriptRunner: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__