|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/usr/lib/python2.4/site-packages/MySQLdb/ |
Upload File : |
mò
Ý¥áAc @ s_ d Z d k Z e i d e i ƒ Z d k l Z l Z l Z l Z l
Z
l Z l Z l
Z
l Z l Z d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d
e f d „ ƒ YZ d e f d
„ ƒ YZ d e f d „ ƒ YZ d e e e f d „ ƒ YZ d e e e f d „ ƒ YZ d e e e f d „ ƒ YZ d e e e f d „ ƒ YZ d S( sz MySQLdb Cursors
This module implements Cursors of various types for MySQLdb. By
default, MySQLdb uses the Cursor class.
Ns \svalues\s*(\(.+\))(
s Warnings Errors InterfaceErrors DataErrors
DatabaseErrors OperationalErrors IntegrityErrors
InternalErrors NotSupportedErrors ProgrammingErrort
BaseCursorc B s2 t Z d Z d k l Z l Z l Z l Z l Z l Z l
Z
l Z l Z l
Z
l Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d
„ Z d „ Z d „ Z e d
„ Z d „ Z d „ Z d „ Z d d „ Z d „ Z e Z e Z e Z e Z e Z e
Z
e Z e Z e
Z
e Z RS( sæ A base for Cursor classes. Useful attributes:
description -- DB API 7-tuple describing columns in last query
arraysize -- default number of rows fetchmany() will fetch
See the MySQL docs for more information.( s
MySQLErrors Warnings Errors InterfaceErrors
DatabaseErrors DataErrors OperationalErrors IntegrityErrors
InternalErrors ProgrammingErrors NotSupportedErrorc C sj | | _ d | _ d | _ d | _ d | _ d | _ g | _ | i | _ d | _
d | _ d | _ d S( Niÿÿÿÿi i (
t
connectiont selft Nonet descriptiont rowcountt arraysizet _executedt lastrowidt messagest errorhandlert _resultt _warningst _info( R R ( ( t3 /usr/lib/python2.4/site-packages/MySQLdb/cursors.pyt __init__ s c C s | i ƒ d | _ d | _ d S( N( R t closeR R
R ( R ( ( R t __del__) s
c C s4 | i p d Sn x | i ƒ o q Wd | _ d S( s6 Close the cursor. No further queries will be possible.N( R R t nextsetR ( R ( ( R R . s
c C s% | i p | i | t d ƒ n d S( Ns execute() first( R R R
t ProgrammingError( R ( ( R t _check_executed4 s
c C s[ d k l } | i o@ | i o6 | i i | i | i f ƒ | | i | i d ƒ n d S( N( s warni ( t warningst warnR R R
R t appendt Warning( R R ( ( R t _warning_check8 s
c C sn | i o | i ƒ n | i 2| i ƒ } | i ƒ } | d j o d Sn | i ƒ | i
ƒ | i ƒ d S( s` Advance to the next result set.
Returns None if there are no more result sets.
iÿÿÿÿi N( R R t fetchallR t _get_dbt dbt next_resultt nrR t _do_get_resultt _post_get_resultR ( R R R ( ( R R >