Searched refs:SQLError (Results 1 – 3 of 3) sorted by relevance
55 export type SQLTransactionErrorCallback = (error: SQLError) => void;90 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean;124 export declare class SQLError { class
23 export type SQLTransactionErrorCallback = (error: SQLError) => void;47 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean;75 export declare class SQLError { class
1 …SQLError) => void;\n\n// @needsAudit\n/**\n * A `SQLTransaction` object is passed in as a paramete…