SQLite Forum

Does table have rowid?
Login
If you mean that tells you if the table is a "rowid table", if the table rowid is implicit or explicit, and if explicit what the name is, and if it has the autoincrement attribute, the answer is no.  That information is stored in the schema but it not exposed by the introspection pragma's ...