X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.extras.SQL_IN-class.html;fp=psycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.extras.SQL_IN-class.html;h=0b05cd22c8afe9ad5573e50cd5eb0cb65a28dd8d;hb=e5bdc26e1423689c0ab3204931335787737946ea;hp=0000000000000000000000000000000000000000;hpb=f8dd312990da7cc744e1c148bfd395c18492f3f1;p=plcapi.git diff --git a/psycopg2/doc/api/public/psycopg2.extras.SQL_IN-class.html b/psycopg2/doc/api/public/psycopg2.extras.SQL_IN-class.html new file mode 100644 index 0000000..0b05cd2 --- /dev/null +++ b/psycopg2/doc/api/public/psycopg2.extras.SQL_IN-class.html @@ -0,0 +1,171 @@ + + + + + psycopg2.extras.SQL_IN + + + + + + + + + + + + + + + + + + + +
+ + Package psycopg2 :: + Module extras :: + Class SQL_IN +
+
+ + +
[show private | hide private]
[frames | no frames]
+ + +

Type SQL_IN

+ +
+object --+
+         |
+        SQL_IN
+

+ +
+ +

Adapt any iterable to an SQL quotable object.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method Summary
 __init__(self, + seq) +
 __str__(self) +
 getquoted(self) +
    Inherited from object
 __delattr__(...) +
+x.__delattr__('name') <==> del x.name
 __getattribute__(...) +
+x.__getattribute__('name') <==> x.name
 __hash__(x) +
+Return hash(x)...
 __new__(T, + S, + ...) +
+Return a new object with type S, a subtype of T...
 __reduce__(...) +
+helper for pickle
 __reduce_ex__(...) +
+helper for pickle
 __repr__(x) +
+Return repr(x)...
 __setattr__(...) +
+x.__setattr__('name', value) <==> x.name = value

+ + + + + + +
Method Details
+ + +
+

__init__(self, + seq) +
(Constructor) +

+
+
Overrides:
+
__builtin__.object.__init__
+
+
+
+ + +
+

__str__(self) +
(Informal representation operator) +

+
+
+
+ + +
+

getquoted(self) +

+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +