| Home | Trees | Indices | Help |
|
|---|
|
|
Support code for attaching scripts to objects.
Scripts can be either in python or in SQL. They always live on make instances. For details, see Scripting in the reference documentation.
| Classes | |
| Error | |
|
ScriptRunner An object encapsulating the preparation and execution of scripts. |
|
|
SQLScriptRunner A runner for SQL scripts. |
|
|
ACSQLScriptRunner A runner for "autocommitted" SQL scripts. |
|
|
PythonScriptRunner A runner for python scripts. |
|
|
Script A script, i.e., some executable item within a resource descriptor. |
|
|
ScriptingMixin A mixin that gives objects a getRunner method and a script attribute. |
|
| Variables | |
getSQLScriptGrammar = <gavo.utils.codetricks.CachedGetter object>
|
|
RUNNER_CLASSES =
|
|
__package__ =
|
|
| Variables Details |
RUNNER_CLASSES
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |