WriteStatement class abstract

A statement use for write query such as INSERT, DELETE, UPDATE ...etc.

Implemented types

Constructors

WriteStatement()

Properties

hashCode int
The hash code for this object.
no setterinherited
initialState bool
return true if statement is reset back to a state after prepare from database.
no setterinherited
isClosed bool
Check whether the statement is closed
no setterinherited
parameterCount int
The number of placeholder parameters in query.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
Closes the statement.
inherited
exec({Iterable? parameters, bool reusable = false}) Future<Changes>
Executes a query such as INSERT or UPDATE with or without parameter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() ReadStatement
To a read statement
inherited
reset() Future<void>
Reset statement back to it initialize state.
inherited
toString() String
A string representation of this object.
inherited
write() WriteStatement
To a write statement
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited