Storage
The Social component in app builders typically provides functionalities that allow developers to integrate social media features into their applications, facilitating interaction, sharing, and engagement with social platforms.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The SQLite component provides a non-visible component for working with SQLite databases.
Overview
The SQLite component is a non-visible component offering a range of functions for interacting with SQLite databases, including database management, data manipulation, and querying.
This component may require storage permissions (
READ_EXTERNAL_STORAGE
and/or WRITE_EXTERNAL_STORAGE
) depending on the database location and usage. It is best practice to request these permissions at runtime if needed.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | rowCount | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | result | any |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | execCount | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | rowId | long |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | rowCount | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | rowId | long |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | rowCount | int | |
2 | rows | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | rowCount | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | oldVersion | int | |
2 | newVersion | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | oldVersion | int | |
2 | newVersion | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | message | text |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | databaseName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | databaseName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | table | String | |
2 | whereClause | String | |
3 | bindParams | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | String | |
2 | table | String | |
3 | whereClause | String | |
4 | bindParams | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | databaseName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | sql | String | |
2 | bindParams | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | String | |
2 | sql | String | |
3 | bindParams | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | fileName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | String | |
2 | fileName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | fileName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | fileName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | table | String | |
2 | columns | list | |
3 | values | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | String | |
2 | table | String | |
3 | columns | list | |
4 | values | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | table | String | |
2 | fileName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | String | |
2 | table | String | |
3 | fileName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | databaseName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | databaseName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | table | String | |
2 | columns | list | |
3 | values | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | String | |
2 | table | String | |
3 | columns | list | |
4 | values | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | table | String | |
2 | distinct | boolean | |
3 | columns | list | |
4 | whereClause | String | |
5 | bindParams | list | |
6 | groupBy | String | |
7 | having | String | |
8 | orderBy | String | |
9 | limit | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | String | |
2 | table | String | |
3 | distinct | boolean | |
4 | columns | list | |
5 | whereClause | String | |
6 | bindParams | list | |
7 | groupBy | String | |
8 | having | String | |
9 | orderBy | String | |
10 | limit | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | sql | String | |
2 | bindParams | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | String | |
2 | sql | String | |
3 | bindParams | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tableName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | table | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | table | String | |
2 | columns | list | |
3 | values | list | |
4 | whereClause | String | |
5 | bindParams | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | String | |
2 | table | String | |
3 | columns | list | |
4 | values | list | |
5 | whereClause | String | |
6 | bindParams | list |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DBName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DBName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DBVersion | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DBVersion | int | 1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DebugDialog | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DebugDialog | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DebugToast | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DebugToast | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ReturnColumnNames | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ReturnColumnNames | boolean | false |