Searched refs:SQLTransaction (Results 1 – 3 of 3) sorted by relevance
52 export type SQLTransactionCallback = (transaction: SQLTransaction) => void;63 export interface SQLTransaction { interface87 export type SQLStatementCallback = (transaction: SQLTransaction, resultSet: SQLResultSet) => void;90 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean;
22 export type SQLTransactionCallback = (transaction: SQLTransaction) => void;29 export interface SQLTransaction { interface46 export type SQLStatementCallback = (transaction: SQLTransaction, resultSet: SQLResultSet) => void;47 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean;
1 …SQLTransaction) => void;\n\n// @docsMissing\nexport type SQLTransactionErrorCallback = (error: SQL…