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