11/09/20 18:44:34.28
SQLiteOpenHelperを継承したクラスのonCreateメソッドのexecSQLメソッドの中に
"create table product(_id interger primary key autoincrement, productid text not null,
name text not null, price integer default 0)"
という文字列をを入れろと入門書に書いてありましたが、これの意味がわかりません。
この文字列はどのような意味なのでしょうか?
場合によっては変わるものなのでしょうか?