公告板
版本库
filestore
活动
搜索
登录
Android
/
Security_yuyin_outdoor_black
育英中学室外机黑色设备
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
a
554325746@qq.com
2020-01-13
7171bbcdb2859ea93f3af69d817243752b08314a
[Android/Security_yuyin_outdoor_black.git]
/
app
/
src
/
main
/
java
/
com
/
amitshekhar
/
sqlite
/
DBFactory.java
1
2
3
4
5
6
7
package com.amitshekhar.sqlite;
import android.content.Context;
public interface DBFactory {
SQLiteDB create(Context context, String path, String password);
}