mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
parent
a6f9714422
commit
e8faf22357
@ -95,11 +95,11 @@ export class SQLiteObject {
|
||||
executeSql(statement: string, params: any): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* @param sqlStatements {Array<string | string[]>}
|
||||
* @param sqlStatements {Array<string | string[] | any>}
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
@CordovaInstance()
|
||||
sqlBatch(sqlStatements: Array<string | string[]>): Promise<any> { return; }
|
||||
sqlBatch(sqlStatements: Array<string | string[] | any>): Promise<any> { return; }
|
||||
|
||||
@CordovaInstance({
|
||||
sync: true
|
||||
|
Loading…
Reference in New Issue
Block a user