@types/cordova-sqlite-storage
Advanced tools
Comparing version
@@ -48,3 +48,8 @@ // Type definitions for cordova-sqlite-storage 1.5 | ||
interface Transaction { | ||
executeSql(statement: string, params?: any[], success?: TransactionStatementSuccessCallback, error?: TransactionStatementErrorCallback): void; | ||
executeSql( | ||
statement: string, | ||
params?: any[], | ||
success?: TransactionStatementSuccessCallback, | ||
error?: TransactionStatementErrorCallback, | ||
): void; | ||
} | ||
@@ -57,3 +62,7 @@ | ||
executeSql(statement: string, params?: any[], success?: StatementSuccessCallback, error?: ErrorCallback): void; | ||
sqlBatch(sqlStatements: Array<string|[string, any[]]>, success?: SuccessCallback, error?: ErrorCallback): void; | ||
sqlBatch( | ||
sqlStatements: Array<string | [string, any[]]>, | ||
success?: SuccessCallback, | ||
error?: ErrorCallback, | ||
): void; | ||
@@ -60,0 +69,0 @@ close(success?: SuccessCallback, error?: ErrorCallback): void; |
{ | ||
"name": "@types/cordova-sqlite-storage", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "TypeScript definitions for cordova-sqlite-storage", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cordova-sqlite-storage", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "de860f9d874f630118a05c697e0a2166442190a28c80f417bdf725b2c71c52e4", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "80b26af69e7e786398ac1e7fe91e5598ddfe8a747ebd419d023aa12285167a1c", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 09:08:15 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:41:16 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `sqlitePlugin` |
5265
2.09%64
16.36%