cx_Oracle
index
/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/python2.5/site-packages/cx_Oracle.so

 
Classes
       
__builtin__.object
Connection
Connection
LOB
_BASEVARTYPE(__builtin__.object)
BFILE
BINARY
BLOB
CLOB
CURSOR
DATETIME
FIXED_CHAR
FIXED_UNICODE
INTERVAL
LONG_BINARY
LONG_STRING
NATIVE_FLOAT
NCLOB
NUMBER
OBJECTVAR
ROWID
STRING
TIMESTAMP
UNICODE
exceptions.StandardError(exceptions.Exception)
Error
DatabaseError
DataError
IntegrityError
InternalError
NotSupportedError
OperationalError
ProgrammingError
InterfaceError
Warning

 
class BFILE(_BASEVARTYPE)
    
Method resolution order:
BFILE
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class BINARY(_BASEVARTYPE)
    
Method resolution order:
BINARY
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class BLOB(_BASEVARTYPE)
    
Method resolution order:
BLOB
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class CLOB(_BASEVARTYPE)
    
Method resolution order:
CLOB
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class CURSOR(_BASEVARTYPE)
    
Method resolution order:
CURSOR
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class Connection(__builtin__.object)
     Methods defined here:
__enter__(...)
__exit__(...)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__repr__(...)
x.__repr__() <==> repr(x)
begin(...)
cancel(...)
changepassword(...)
close(...)
commit(...)
cursor(...)
ping(...)
prepare(...)
register(...)
rollback(...)
shutdown(...)
startup(...)
subscribe(...)
unregister(...)

Data descriptors defined here:
action
autocommit
clientinfo
current_schema
dsn
encoding
inputtypehandler
maxBytesPerCharacter
module
nencoding
outputtypehandler
password
stmtcachesize
tnsentry
username
version

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object at 0x2aaab0761800>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
class DATETIME(_BASEVARTYPE)
    
Method resolution order:
DATETIME
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception 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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception 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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception message

 
class FIXED_CHAR(_BASEVARTYPE)
    
Method resolution order:
FIXED_CHAR
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class FIXED_UNICODE(_BASEVARTYPE)
    
Method resolution order:
FIXED_UNICODE
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class INTERVAL(_BASEVARTYPE)
    
Method resolution order:
INTERVAL
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception 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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception 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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception message

 
class LOB(__builtin__.object)
     Methods defined here:
__reduce__(...)
__str__(...)
x.__str__() <==> str(x)
close(...)
fileexists(...)
getchunksize(...)
getfilename(...)
isopen(...)
open(...)
read(...)
setfilename(...)
size(...)
trim(...)
write(...)

 
class LONG_BINARY(_BASEVARTYPE)
    
Method resolution order:
LONG_BINARY
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class LONG_STRING(_BASEVARTYPE)
    
Method resolution order:
LONG_STRING
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class NATIVE_FLOAT(_BASEVARTYPE)
    
Method resolution order:
NATIVE_FLOAT
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class NCLOB(_BASEVARTYPE)
    
Method resolution order:
NCLOB
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class NUMBER(_BASEVARTYPE)
    
Method resolution order:
NUMBER
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception message

 
OBJECT = class OBJECTVAR(_BASEVARTYPE)
    
Method resolution order:
OBJECTVAR
_BASEVARTYPE
__builtin__.object

Data descriptors defined here:
type

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception 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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception message

 
class ROWID(_BASEVARTYPE)
    
Method resolution order:
ROWID
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class STRING(_BASEVARTYPE)
    
Method resolution order:
STRING
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class TIMESTAMP(_BASEVARTYPE)
    
Method resolution order:
TIMESTAMP
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
class UNICODE(_BASEVARTYPE)
    
Method resolution order:
UNICODE
_BASEVARTYPE
__builtin__.object

Methods inherited from _BASEVARTYPE:
__repr__(...)
x.__repr__() <==> repr(x)
copy(...)
getvalue(...)
setvalue(...)

Data descriptors inherited from _BASEVARTYPE:
allocelems
bufferSize
inconverter
maxlength
numElements
outconverter
size

 
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 x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.StandardError:
__new__ = <built-in method __new__ of type object at 0x7193a0>
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)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message
exception message

 
connect = class Connection(__builtin__.object)
     Methods defined here:
__enter__(...)
__exit__(...)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__repr__(...)
x.__repr__() <==> repr(x)
begin(...)
cancel(...)
changepassword(...)
close(...)
commit(...)
cursor(...)
ping(...)
prepare(...)
register(...)
rollback(...)
shutdown(...)
startup(...)
subscribe(...)
unregister(...)

Data descriptors defined here:
action
autocommit
clientinfo
current_schema
dsn
encoding
inputtypehandler
maxBytesPerCharacter
module
nencoding
outputtypehandler
password
stmtcachesize
tnsentry
username
version

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object at 0x2aaab0761800>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
Functions
       
DateFromTicks(...)
Time(...)
TimeFromTicks(...)
TimestampFromTicks(...)
clientversion(...)
makedsn(...)

 
Data
        ATTR_PURITY_DEFAULT = 0
ATTR_PURITY_NEW = 1
ATTR_PURITY_SELF = 2
DBSHUTDOWN_ABORT = 4
DBSHUTDOWN_FINAL = 5
DBSHUTDOWN_IMMEDIATE = 3
DBSHUTDOWN_TRANSACTIONAL = 1
DBSHUTDOWN_TRANSACTIONAL_LOCAL = 2
EVENT_DEREG = 5
EVENT_NONE = 0
EVENT_OBJCHANGE = 6
EVENT_SHUTDOWN = 2
EVENT_SHUTDOWN_ANY = 3
EVENT_STARTUP = 1
FNCODE_BINDBYNAME = 67
FNCODE_BINDBYPOS = 66
FNCODE_DEFINEBYPOS = 65
FNCODE_STMTEXECUTE = 21
FNCODE_STMTFETCH = 28
FNCODE_STMTPREPARE = 13
OPCODE_ALLOPS = 0
OPCODE_ALLROWS = 1
OPCODE_ALTER = 16
OPCODE_DELETE = 8
OPCODE_DROP = 32
OPCODE_INSERT = 2
OPCODE_UPDATE = 4
PRELIM_AUTH = 8
SPOOL_ATTRVAL_FORCEGET = 2
SPOOL_ATTRVAL_NOWAIT = 1
SPOOL_ATTRVAL_WAIT = 0
SUBSCR_NAMESPACE_DBCHANGE = 2
SUBSCR_PROTO_HTTP = 3
SUBSCR_PROTO_MAIL = 1
SUBSCR_PROTO_OCI = 0
SUBSCR_PROTO_SERVER = 2
SYSDBA = 2
SYSOPER = 4
UCBTYPE_ENTRY = 1
UCBTYPE_EXIT = 2
UCBTYPE_REPLACE = 3
apilevel = '2.0'
buildtime = 'Nov 16 2009 11:42:13'
paramstyle = 'named'
threadsafety = 2
version = '5.0.2'