Package orm2 :: Module sql :: Class quotes
[hide private]
[frames] | no frames]

Class quotes

source code

 _part --+    
         |    
identifyer --+
             |
            quotes

Shorthand for an identifyer that you'd like to be surrounded in quotes within the sql code.

Instance Methods [hide private]
  __init__(self, name)

Inherited from identifyer: __sql__, __str__

Inherited from _part: __eq__, __ne__


Method Details [hide private]

__init__(self, name)
(Constructor)

source code 
None
Overrides: identifyer.__init__