Public 成员函数 | |
| String | getStringColumnValue (String columnName, Cursor cursor) |
| int | getIntColumnValue (String columnName, Cursor cursor) |
| void | closeDatabase (Cursor cursor, SQLiteDatabase db) |
| void | closeCursor (Cursor cursor) |
© 2012 amsoft.cn 名称:AbBasicDBDao.java 描述:普通的基础操作类
|
inline |
描述:关闭游标.
| cursor | the cursor |
|
inline |
描述:关闭数据库与游标.
| cursor | the cursor |
| db | the db |
|
inline |
得到列值.
| columnName | the column name |
| cursor | the cursor |
|
inline |
得到列值.
| columnName | the column name |
| cursor | the cursor |
1.8.8