|
|
@ -26,7 +26,6 @@ import net.micode.notes.data.Notes.DataColumns;
|
|
|
|
import net.micode.notes.data.Notes.DataConstants;
|
|
|
|
import net.micode.notes.data.Notes.DataConstants;
|
|
|
|
import net.micode.notes.data.Notes.NoteColumns;
|
|
|
|
import net.micode.notes.data.Notes.NoteColumns;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* NotesDatabaseHelper 类用于管理笔记的 SQLite 数据库。
|
|
|
|
* NotesDatabaseHelper 类用于管理笔记的 SQLite 数据库。
|
|
|
|
* 它继承自 SQLiteOpenHelper,负责数据库的创建、升级和管理。
|
|
|
|
* 它继承自 SQLiteOpenHelper,负责数据库的创建、升级和管理。
|
|
|
|