Beispiel #1
0
 def __init__(self, table, column):
     SQL.__init__(self, '%s.%s' % (table, column))
Beispiel #2
0
 def __init__(self, table, column):
     SQL.__init__(self, '%s.%s' % (table, column))
Beispiel #3
0
 def __init__(self, expr):
     expr = '%({})s'.format(expr)
     SQL.__init__(self, expr)