PySQLRDB
# Copyright (c) 2000 Roman Milner
# See the file COPYING for more information
Modules
SQLRelay.CSQLRelay
exceptions
sys
weakref
Classes
SQLRConnection
SQLRCursor
exceptions.StandardError
(
exceptions.Exception
)
Error
DatabaseError
DataError
IntegrityError
InternalError
NotSupportedError
OperationalError
ProgrammingError
InterfaceError
Warning
class
DataError
(
DatabaseError
)
Method resolution order:
DataError
DatabaseError
Error
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors inherited from
Error
:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
class
DatabaseError
(
Error
)
Method resolution order:
DatabaseError
Error
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors inherited from
Error
:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
class
Error
(
exceptions.StandardError
)
Method resolution order:
Error
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors defined here:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
class
IntegrityError
(
DatabaseError
)
Method resolution order:
IntegrityError
DatabaseError
Error
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors inherited from
Error
:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
class
InterfaceError
(
Error
)
Method resolution order:
InterfaceError
Error
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors inherited from
Error
:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
class
InternalError
(
DatabaseError
)
Method resolution order:
InternalError
DatabaseError
Error
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors inherited from
Error
:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
class
NotSupportedError
(
DatabaseError
)
Method resolution order:
NotSupportedError
DatabaseError
Error
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors inherited from
Error
:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
class
OperationalError
(
DatabaseError
)
Method resolution order:
OperationalError
DatabaseError
Error
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors inherited from
Error
:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
class
ProgrammingError
(
DatabaseError
)
Method resolution order:
ProgrammingError
DatabaseError
Error
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors inherited from
Error
:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
class
SQLRConnection
Methods defined here:
__del__
(self)
__init__
(self, host, port, socket, user, password, retrytime, tries)
close
(self)
commit
(self)
cursor
(self)
rollback
(self)
Data and other attributes defined here:
connection
= None
class
SQLRCursor
Methods defined here:
__del__
(self)
__init__
(self, con)
callproc
(self, procname, parameters
=None
)
close
(self)
execute
(self, operation, parameters
=None
)
executemany
(self, operation, parameters
=None
)
fetchall
(self)
fetchmany
(self, size
=None
)
fetchone
(self)
setinputsizes
(self)
setoutputsize
(self)
Data and other attributes defined here:
cursor
= None
class
Warning
(
exceptions.StandardError
)
Method resolution order:
Warning
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
__builtin__.object
Data descriptors defined here:
__weakref__
list of weak references to the object (if defined)
Methods inherited from
exceptions.StandardError
:
__init__
(...)
x.
__init__
(...) initializes x; see help(type(x)) for signature
Data and other attributes inherited from
exceptions.StandardError
:
__new__
= <built-in method __new__ of type object>
T.
__new__
(S, ...) -> a new object with type S, a subtype of T
Methods inherited from
exceptions.BaseException
:
__delattr__
(...)
x.
__delattr__
('name') <==> del x.name
__getattribute__
(...)
x.
__getattribute__
('name') <==> x.name
__getitem__
(...)
x.
__getitem__
(y) <==> x[y]
__getslice__
(...)
x.
__getslice__
(i, j) <==> x[i:j]
Use of negative indices is not supported.
__reduce__
(...)
__repr__
(...)
x.
__repr__
() <==> repr(x)
__setattr__
(...)
x.
__setattr__
('name', value) <==> x.name = value
__setstate__
(...)
__str__
(...)
x.
__str__
() <==> str(x)
__unicode__
(...)
Data descriptors inherited from
exceptions.BaseException
:
__dict__
args
message
Functions
connect
(host, port, socket, user, password, retrytime
=0
, tries
=1
)
localtime
(...)
localtime
([seconds]) -> (tm_year,tm_mon,tm_mday,tm_hour,tm_min,
tm_sec,tm_wday,tm_yday,tm_isdst)
Convert seconds since the Epoch to a time tuple expressing local time.
When 'seconds' is not passed in, convert the current time instead.
mktime
(...)
mktime
(tuple) -> floating point number
Convert a time tuple in local time to seconds since the Epoch.
time
(...)
time
() -> floating point number
Return the current time in seconds since the Epoch.
Fractions of a second may be present if the system clock provides them.
Data
apilevel
= '2.0'
paramstyle
= 'named'
threadsafety
= 1