Auto increment in active android

前端 未结 1 1461
天命终不由人
天命终不由人 2021-01-29 03:54

I tried to use active android, i have a doubt about how could i achieve a auto-increment field in a table?

In their documentation they have provided a code like this <

1条回答
  •  伪装坚强ぢ
    2021-01-29 04:12

    In sqlite you should use Autoincrement tag in create table: http://www.sqlite.org/autoinc.html

    In other cases use methods like getPrev(), getNext(), etc.

    0 讨论(0)
提交回复
热议问题