SQLiteSequence

Represents the internal sqlite_sequence table in SQLite.

This table is automatically created and maintained by SQLite to track the largest ROWID that a table has ever held, which is used for AUTOINCREMENT columns. It is generally not recommended to modify this table directly.

Author

MOHAMMAD AZIM ANSARI

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard