There was an error while loading. Please reload this page.
Input: Context Output: SQLiteOpenHelper Description: Initializes the database
Parameters
Description Creates a table named DatasetName with the provided Schema. Schema is a list of column names
DatasetName
Schema
Description Inserts data into the specified table (by row is the default)
Output: ArrayList<String> Description Retrieves names of all existing datasets
Output: ArrayList<String> Description Retrieves name
Output: Dictionary<String, ArrayList<String>>
Description Returns a dictionary whose key is column name and value is data in that column