Searched defs:SQLStatementErrorCallback (Results 1 – 2 of 2) sorted by relevance
90 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean; alias
47 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean; alias