Android makes it easy for SQLite to create a table with reflection

Source: Internet
Author: User

When we usually use SQLite, if we have 10 tables, we have to write 10 statements, and only some of the names of the table statements need to be changed, it is time-consuming and laborious, but also error-prone, we know that when writing SQL statements are often written incorrectly, if the wrong program will be collapsed, And check 10 build statements can also, if there are 100 I'm going crazy. This article tells you how to quickly build a table by reflection.

1. We write a dbhelper inherited from Sqliteopenhelper

2.Movie entity class, the attribute in the entity class is the field in the table 3. In Mainactivity.java, add the following code 4. We data/data/the package name/databases/ Ladeng.db to see if the table is already built so that we can design the good one entity class directly and then build the corresponding database table without having to write the table statement again.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Android makes it easy for SQLite to create a table with reflection

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.