dart:web_sql library

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
@Deprecated("Internal Use Only"), final

Classes

SqlDatabase
SqlError
SqlResultSet
SqlResultSetRowList
SqlTransaction

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-web_sql/dart-web_sql-library.html