Project

General

Profile

« Previous | Next » 

Revision 2691

sql_gen.py: Added InternalFunction

View differences:

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