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

Class ACSQLScriptRunner

source code

  object --+        
           |        
ScriptRunner --+    
               |    
 SQLScriptRunner --+
                   |
                  ACSQLScriptRunner

A runner for "autocommitted" SQL scripts.

These are like SQLScriptRunners, except that for every statement, a savepoint is created, and for SQL errors, the savepoint is restored (in other words ACSQL scripts turn SQL errors into warnings).

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__

Method Details

run(self, dbTable, **kwargs)

source code 
Overrides: SQLScriptRunner.run