- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- SqlError
- Annotations
- @DocsEditable()
- @DomName('SQLError')
- @Experimental()
Constants
- CONSTRAINT_ERR → int
-
@DocsEditable(), @DomName('SQLError.CONSTRAINT_ERR')
6
- DATABASE_ERR → int
-
@DocsEditable(), @DomName('SQLError.DATABASE_ERR')
1
- QUOTA_ERR → int
-
@DocsEditable(), @DomName('SQLError.QUOTA_ERR')
4
- SYNTAX_ERR → int
-
@DocsEditable(), @DomName('SQLError.SYNTAX_ERR')
5
- TIMEOUT_ERR → int
-
@DocsEditable(), @DomName('SQLError.TIMEOUT_ERR')
7
- TOO_LARGE_ERR → int
-
@DocsEditable(), @DomName('SQLError.TOO_LARGE_ERR')
3
- UNKNOWN_ERR → int
-
@DocsEditable(), @DomName('SQLError.UNKNOWN_ERR')
0
- VERSION_ERR → int
-
@DocsEditable(), @DomName('SQLError.VERSION_ERR')
2
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), read-only
Constructors
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited