public abstract class CBSQLHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected android.database.sqlite.SQLiteDatabase |
db |
protected static java.lang.String |
dbName |
protected CBSQLiteHelper |
sqlHelper |
Constructor and Description |
---|
CBSQLHelper(android.content.Context context) |
CBSQLHelper(android.content.Context context,
java.lang.String dbName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
abstract void |
createTables() |
void |
setDbName(java.lang.String dbName)
设置数据库名字
|
protected CBSQLiteHelper sqlHelper
protected android.database.sqlite.SQLiteDatabase db
protected static java.lang.String dbName