An API for storing data in the browser that can be queried with SQL.

Caution: this specification is no longer actively maintained by the Web Applications Working Group and may be removed at any time. See the W3C Web SQL Database specification for more information.

The dart:indexed_db APIs is a recommended alternatives.

Typedefs

SqlStatementCallback(SqlTransaction transaction, SqlResultSet resultSet) → void

DomName('SQLStatementCallback'), Experimental()
SqlStatementErrorCallback(SqlTransaction transaction, SqlError error) → void

DomName('SQLStatementErrorCallback'), Experimental()
SqlTransactionCallback(SqlTransaction transaction) → void

DomName('SQLTransactionCallback'), Experimental()
SqlTransactionErrorCallback(SqlError error) → void

DomName('SQLTransactionErrorCallback'), Experimental()

Properties

web_sqlBlinkMap → dynamic

final

Classes

SqlDatabase

SqlError

SqlResultSet

SqlResultSetRowList

SqlTransaction