ExecuteQueryHandler class
- Inheritance
-
- Object
- Handler
- HandlerWithResult
- ExecuteQueryHandler
Constructors
- ExecuteQueryHandler(PreparedQuery? preparedQuery, bool _executed, List _values)
Properties
-
fieldPackets
↔ List<
Field> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- preparedQuery → PreparedQuery?
-
final
- preparedValues ↔ List
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
streamedResults
→ Future<
StreamedResults> -
no setteroverride
Methods
-
checkResponse(
ReadBuffer response, [bool prepareStmt = false, bool isHandlingRows = false]) → dynamic -
Parses the response packet to recognise Ok and Error packets.
Returns an OkPacket if the packet was an Ok packet, throws
a MySqlException if it was an Error packet, or returns
null
if the packet has not been handled by this method.inherited -
createFieldIndex(
) → Map< String, int> -
createNullMap(
) → List< int> -
createRequest(
) → Uint8List -
Constructs and returns a request command packet.
override
-
measureValue(
dynamic value, dynamic preparedValue) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepareValue(
dynamic value) → dynamic -
processResponse(
ReadBuffer response) → HandlerResponse -
Parses the
response
containing the response to the command. Returns a HandlerResponse.override -
toString(
) → String -
A string representation of this object.
inherited
-
writeValuesToBuffer(
List< int> nullMap, int length, List<int> types) → Uint8List
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- STATE_FIELD_PACKETS → const int
- STATE_HEADER_PACKET → const int
- STATE_ROW_PACKETS → const int