MySQLPacketCommStmtClose class
Represents the COM_STMT_CLOSE command in the MySQL protocol.
This command is used to close a prepared statement and release associated resources on the server. The packet contains:
- A command byte (value 0x19).
- The statement ID (stmtID) (4 bytes, little-endian).
- Inheritance
-
- Object
- MySQLPacketPayload
- MySQLPacketCommStmtClose
Constructors
- MySQLPacketCommStmtClose.new({required int stmtID})
- Class constructor.
Properties
Methods
-
encode(
) → Uint8List -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited