Revision 2691
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql_gen.py | ||
---|---|---|
211 | 211 |
|
212 | 212 |
class Function(Table): pass |
213 | 213 |
|
214 |
class InternalFunction(CustomCode): pass |
|
215 |
|
|
214 | 216 |
class FunctionCall(Code): |
215 | 217 |
def __init__(self, function, *args): |
216 | 218 |
''' |
Also available in: Unified diff
sql_gen.py: Added InternalFunction