首页>代码>android团购源码>/Android团购信息源代码/codefans.net/Tuangou2/Tuangou2/src/com/kang/database/tuangouData.java
package com.kang.database;
//Download by http://www.codefans.net
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteDatabase.CursorFactory;
import android.database.sqlite.SQLiteOpenHelper;

public class tuangouData extends SQLiteOpenHelper
{
	private final static String DATA_BASE = "tuangou.db"; // 鑒앴욋츰냔
	private final static int DATA_VERSION = 1; // 鑒앴욋경굶
	private final static String CREATE_TABLE = "create table tuan (_id integer primary key autoincrement,url text, website varchar(20), deal_id varchar(20), city_name text , deal_title text , deal_img text , deal_desc text , price varchar(20), value varchar(20) , rebate varchar(20) , sales_num varchar(20) , start_time integer , end_time integer , shop_name varchar(100), shop_addr varchar(100), shop_area varchar(100), shop_tel varchar(30))";

	public tuangouData(Context context)
	{
		super(context, DATA_BASE, null, DATA_VERSION);
	}

	@Override
	public void onCreate(SQLiteDatabase db)
	{
		db.execSQL(CREATE_TABLE);
	}

	@Override
	public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion)
	{
		
	}
}
最近下载更多
微信网友_7311917966446592  LV1 2024年12月25日
微信网友_6696093556969472  LV1 2023年10月17日
DJ哦悦TV就藕粉  LV1 2023年5月27日
xiaoheichenglong  LV4 2023年4月4日
xiaopeki  LV1 2022年5月14日
291373020  LV7 2022年4月26日
511076827  LV33 2022年4月10日
张文建  LV1 2021年12月24日
我想要两个西柚  LV2 2021年7月2日
jierui  LV1 2021年6月11日
最近浏览更多
微信网友_7311917966446592  LV1 2024年12月25日
这里的山路十八弯  LV4 2024年7月23日
咩咩咩咩咩  LV2 2024年6月17日
求学的熊猫  LV11 2024年6月3日
happySuperman  LV2 2024年5月29日
微信网友_6797846869299200  LV7 2024年1月1日
学习112  LV2 2023年12月21日
likai12321312 2023年12月18日
暂无贡献等级
tianshi  LV7 2023年10月19日
微信网友_6505997864357888  LV3 2023年6月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友