Warning: Undefined array key "बहिः गच्छतु" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 136

Warning: Undefined array key "aksi" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 140

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 159

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 181
Current File : //usr/lib64/python2.6/sqlite3/dump.pyo
��
���Lc@s
d�ZdS(c
cs�|i�}dVd}|i|�}x+|i�D]\}}}|djo	dVn7|djo	dVn!|id�oq3n
d|V|id	|�}g}|i�D]}	|t|	d
�q�~}
d}|dig}|
D]}|d
|dq�~�7}|d7}|i|h|d6�}
x|
D]}d|dVq9Wq3Wd}|i|�}x&|i�D]\}}}d|VqvWdVdS(s/
    Returns an iterator to the dump of the database in an SQL text format.

    Used to produce an SQL dump of the database.  Useful to save an in-memory
    database for later restoration.  This function should not be called
    directly but instead called from the Connection method, iterdump().
    sBEGIN TRANSACTION;s�
        SELECT name, type, sql
        FROM sqlite_master
            WHERE sql NOT NULL AND
            type == 'table'
        tsqlite_sequencesDELETE FROM sqlite_sequence;tsqlite_stat1sANALYZE sqlite_master;tsqlite_s%s;sPRAGMA table_info('%s')is*SELECT 'INSERT INTO "%(tbl_name)s" VALUES(t,s	'||quote(s)||'s)' FROM '%(tbl_name)s'ttbl_nameis�
        SELECT name, type, sql
        FROM sqlite_master
            WHERE sql NOT NULL AND
            type IN ('index', 'trigger', 'view')
        sCOMMIT;N(tcursortexecutetfetchallt
startswithtstrtjoin(t
connectiontcutqt
schema_rest
table_namettypetsqltrest_[1]t
table_infotcolumn_namest_[2]tcolt	query_restrowtname((s$/usr/lib64/python2.6/sqlite3/dump.pyt	_iterdumps8	

	
	
	16


N(R(((s$/usr/lib64/python2.6/sqlite3/dump.pyt<module>s