|
|
__init__(self,
path,
log=None,
user=None,
password=None,
host=None,
port=None,
params={})
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
like(self)
Return a case-insensitive LIKE clause. |
source code
|
|
|
|
|
|
|
prefix_match(self)
Return a case sensitive prefix-matching operator. |
source code
|
|
|
|
prefix_match_value(self,
prefix)
Return a value for case sensitive prefix-matching operator. |
source code
|
|
|
|
quote(self,
identifier)
Return the quoted identifier. |
source code
|
|
|
|
get_last_id(self,
cursor,
table,
column='id') |
source code
|
|
|
|
update_sequence(self,
cursor,
table,
column='id') |
source code
|
|
|
|
|
|
|
|
|
Inherited from util.ConnectionWrapper:
__getattr__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|