Inheritance
Annotations
  • DocsEditable()
  • DomName('Database')
  • SupportedBrowser(SupportedBrowser.CHROME)
  • SupportedBrowser(SupportedBrowser.SAFARI)
  • Experimental()
  • Experimental()

Static Properties

supported bool

Checks if this type is supported on the current platform.

read-only

Static Methods

internalCreateSqlDatabase() SqlDatabase

Constructors

SqlDatabase.internal_()

Properties

read / write, inherited
hashCode int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
version String

read-only

Operators

operator ==(other) bool

The equality operator.

Methods

changeVersion(String oldVersion, String newVersion, [SqlTransactionCallback callback(SqlTransaction transaction), SqlTransactionErrorCallback errorCallback(SqlError error), VoidCallback successCallback()]) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
readTransaction(SqlTransactionCallback callback(SqlTransaction transaction), [SqlTransactionErrorCallback errorCallback(SqlError error), VoidCallback successCallback()]) → void

toString() String

Returns a string representation of this object.

inherited
transaction(SqlTransactionCallback callback(SqlTransaction transaction), [SqlTransactionErrorCallback errorCallback(SqlError error), VoidCallback successCallback()]) → void