[pyar] Nombres unicos para tablas
Mariano Guerra
luismarianoguerra en gmail.com
Vie Jun 18 17:36:52 ART 2010
If the "TEMP" or "TEMPORARY" keyword occurs in between "CREATE" and
"TABLE" then the table that is created is only visible within that
same database connection and is automatically deleted when the
database connection is closed. Any indices created on a temporary
table are also temporary. Temporary tables and indices are stored in a
separate file distinct from the main database file.
http://www.sqlite.org/lang_createtable.html
More information about the pyar
mailing list