Home | Trees | Index | Help |
---|
|
MySQLdb
: MySQLdb - A DB API v2.0 compatible interface to MySQL.
connections
: This module implements connections for MySQLdb.
constants
converters
: MySQLdb type conversion module
cursors
: MySQLdb Cursors
__builtin__.object
:
The most base type
MySQLdb.cursors.BaseCursor
:
A base for Cursor classes.
MySQLdb.cursors.Cursor
:
This is the standard Cursor class that returns rows as tuples
and stores the result set in the client.
MySQLdb.cursors.DictCursor
:
This is a Cursor class that returns rows as dictionaries and
stores the result set in the client.
MySQLdb.cursors.SSCursor
:
This is a Cursor class that returns rows as tuples and stores
the result set in the server.
MySQLdb.cursors.SSDictCursor
:
This is a Cursor class that returns rows as dictionaries and
stores the result set in the server.
sets.BaseSet
:
Common base class for mutable and immutable sets.
sets.ImmutableSet
:
Immutable set class.
MySQLdb.DBAPISet
:
A special type of set for which A == x is true if A is a
DBAPISet and x is a member of that set.
MySQLdb.cursors.CursorDictRowsMixIn
:
This is a MixIn class that causes all rows to be returned as
dictionaries.
MySQLdb.cursors.CursorOldDictRowsMixIn
:
This is a MixIn class that returns rows as dictionaries with
the same key convention as the old Mysqldb (MySQLmodule).
MySQLdb.cursors.DictCursor
:
This is a Cursor class that returns rows as dictionaries and
stores the result set in the client.
MySQLdb.cursors.SSDictCursor
:
This is a Cursor class that returns rows as dictionaries and
stores the result set in the server.
MySQLdb.cursors.CursorStoreResultMixIn
:
This is a MixIn class which causes the entire result set to be
stored on the client side, i.e.
MySQLdb.cursors.Cursor
:
This is the standard Cursor class that returns rows as tuples
and stores the result set in the client.
MySQLdb.cursors.DictCursor
:
This is a Cursor class that returns rows as dictionaries and
stores the result set in the client.
MySQLdb.cursors.CursorTupleRowsMixIn
:
This is a MixIn class that causes all rows to be returned as tuples,
which is the standard form required by DB API.
MySQLdb.cursors.Cursor
:
This is the standard Cursor class that returns rows as tuples
and stores the result set in the client.
MySQLdb.cursors.SSCursor
:
This is a Cursor class that returns rows as tuples and stores
the result set in the server.
MySQLdb.cursors.CursorUseResultMixIn
:
This is a MixIn class which causes the result set to be stored
in the server and sent row-by-row to client side, i.e.
MySQLdb.cursors.SSCursor
:
This is a Cursor class that returns rows as tuples and stores
the result set in the server.
MySQLdb.cursors.SSDictCursor
:
This is a Cursor class that returns rows as dictionaries and
stores the result set in the server.
__builtin__.type
:
type(object) -> the object's type
type(name, bases, dict) -> a new type
exceptions.Exception
:
Common base class for all exceptions.
exceptions.StandardError
:
Base class for all standard Python exceptions.
exceptions.Warning
:
Base class for warning categories.
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Mar 3 21:14:17 2007 | http://epydoc.sf.net |