Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Database Wiki

sungraek edited this page Oct 25, 2020 · 21 revisions

DatabaseHelper

Input: Context
Output: SQLiteOpenHelper
Description: Initializes the database

insertRow

Input: >DatasetName: String

Data: Array, ByColumn: Boolean=false
Description: Inserts data into specified table (by row is default)

Clone this wiki locally