Nativescript Doc
Preparing search index...
The search index is not available
SQLite for Nativescript
SQLite for Nativescript
wrapDb
Function wrapDb
wrapDb
(
db
:
SQLiteDatabase
,
options
?:
{
readOnly
?:
boolean
;
threading
?:
boolean
;
transformBlobs
?:
boolean
;
}
,
)
:
SQLiteDatabase
Parameters
db
:
SQLiteDatabase
Optional
options
:
{
readOnly
?:
boolean
;
threading
?:
boolean
;
transformBlobs
?:
boolean
}
Returns
SQLiteDatabase
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Nativescript Doc
SQLite for Nativescript
Loading...