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

c# - Reactive Extensions ControlScheduler -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

javascript - Enable/Disable form elements and changing the values of button at a time? -