python - Programatically retrieve indexs in sqlite -


Is there a way to see the current index in sqlite3 ? I have to find out at the runtime whether some columns have an index or not, and so far I can not find anywhere that tells how to get announcements without using sqlite3 CLI .

You can obtain a list of the index of a table, and list the columns in an index Can get it.


Comments

Popular posts from this blog

python - rpy2 import is not working -

javascript - How to get MySQL query result returned using $.ajax -

c++ - How to load a bitmap from file into the samples buffer -