单项选择题

在SQLite数据库中,通过SQLiteOpenHelper类的()方法更新数据库版本。

A.onCreate()
B.onUpgrade()
C.insert()
D.updated()