File "dump.pyc"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/python27/lib64/python2.7/sqlite3/dump.pyc
File size: 2.06 KB
MIME-type: text/x-bytecode.python
Charset: 8 bit


V~gc@s
dZdS(ccsx|j}dVd}|j|}x|jD]\}}}|dkrVdVn2|dkrjdVn|jdrq3n	d|V|jd	d
}|jdj|}g|jD]}	t|	d^q}
d
j|djd|
D}|j|}x|D]}d|dVqWq3Wd}|j|}x&|jD]\}
}}d|VqSWdVdS(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'
            ORDER BY "name"
        tsqlite_sequencesDELETE FROM "sqlite_sequence";tsqlite_stat1sANALYZE "sqlite_master";tsqlite_s%s;t"s""sPRAGMA table_info("{0}")is2SELECT 'INSERT INTO "{0}" VALUES({1})' FROM "{0}";t,css*|] }dj|jddVqdS(s'||quote("{0}")||'Rs""N(tformattreplace(t.0tcol((s1/opt/alt/python27/lib64/python2.7/sqlite3/dump.pys	<genexpr>6sis
        SELECT "name", "type", "sql"
        FROM "sqlite_master"
            WHERE "sql" NOT NULL AND
            "type" IN ('index', 'trigger', 'view')
        sCOMMIT;N(tcursortexecutetfetchallt
startswithRRtstrtjoin(t
connectiontcutqt
schema_rest
table_namettypetsqlttable_name_identtrest
table_infotcolumn_namest	query_restrowtname((s1/opt/alt/python27/lib64/python2.7/sqlite3/dump.pyt	_iterdump
s4				)

N(R(((s1/opt/alt/python27/lib64/python2.7/sqlite3/dump.pyt<module>
t