MySQLPacketCommStmtPrepare class
Represents the COM_STMT_PREPARE command in the MySQL protocol. This command is used to prepare a SQL statement for execution.
- Inheritance
-
- Object
- MySQLPacketPayload
- MySQLPacketCommStmtPrepare
Constructors
- MySQLPacketCommStmtPrepare.new({required String query})
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