mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
parent
9cc3d8fd74
commit
241f0733ee
@ -181,6 +181,13 @@ export class SQLite extends IonicNativePlugin {
|
|||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
echoTest(): Promise<any> { return; }
|
echoTest(): Promise<any> { return; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Automatically verify basic database access operations including opening a database
|
||||||
|
* @returns {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
selfTest(): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deletes a database
|
* Deletes a database
|
||||||
|
Loading…
Reference in New Issue
Block a user