首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 在对Android平台的应用程序用于管理SQLite数据库框架。

在对Android平台的应用程序用于管理SQLite数据库框架。

资 源 简 介

_Android SQLite Framework_ With this library, you will be able to manage SQLite databases in applications for the Android platform, based on both XML files and schema files (xsd). By implementing this library in your Android application, you can perform the following tasks without the need to generate lines of java code: Creation of Tables. Creating Views. Creating Triggers. Creation of Indices. Running bulk insert data. This is executed by an abstract class that inherits from SQLiteOpenHelper, which reads an xml file (dbschema.xml) to be included in a folder on your android project (assets/xml). To do this, you only have to create a class that inherits from the abstract class SQLiteDBHelper, and this automatically make ​​the creation of the database when the event onCreate is generated. If you want the application to perform an initial load of data once created the database,

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

  • just4down 3天前 成为了本站会员

  • shallow 3天前 成为了本站会员

0.227340s