Python sqlite Tutorial


cursor.executescript(sql_script)



Download 0,84 Mb.
Pdf ko'rish
bet6/24
Sana13.10.2022
Hajmi0,84 Mb.
#852731
1   2   3   4   5   6   7   8   9   ...   24
Bog'liq
python sqlite tutorial

cursor.executescript(sql_script)
This routine executes multiple SQL statements at once provided in the form of 
script. It issues a COMMIT statement first, then executes the SQL script it gets 
as a parameter. All the SQL statements should be separated by a semi colon 
(;). 

connection.executescript(sql_script)
This routine is a shortcut that creates an intermediate cursor object by calling 
the cursor method, then calls the cursor's executescript method with the 
parameters given. 

connection.total_changes()
This routine returns the total number of database rows that have been modified, 
inserted, or deleted since the database connection was opened. 
10 
connection.commit()
This method commits the current transaction. If you don't call this method, 
anything you did since the last call to commit() is not visible from other database 
connections. 
11 
connection.rollback()
This method rolls back any changes to the database since the last call to 
commit(). 
12 
connection.close()
This method closes the database connection. Note that this does not 
automatically call commit(). If you just close your database connection without 
calling commit() first, your changes will be lost! 
13 
cursor.fetchone()
This method fetches the next row of a query result set, returning a single 
sequence, or None when no more data is available. 


Python SQLite

14 
cursor.fetchmany([size = cursor.arraysize])
This routine fetches the next set of rows of a query result, returning a list. An 
empty list is returned when no more rows are available. The method tries to 
fetch as many rows as indicated by the size parameter. 
15 
cursor.fetchall()
This routine fetches all (remaining) rows of a query result, returning a list. An 
empty list is returned when no rows are available. 


Python SQLite

To establish connection with SQLite Open command prompt, browse through the location 
of where you have installed SQLite and just execute the command 

Download 0,84 Mb.

Do'stlaringiz bilan baham:
1   2   3   4   5   6   7   8   9   ...   24




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish