All pages
Powered by GitBook
1 of 1

Loading...

COM_STMT_CLOSE

This command deallocates a prepared statement on the server, freeing up associated resources.

Closes a previously prepared statement.

Direction

Client to server.

Implemented by

  • .

  • .

Fields

  • 0x19 COM_STMT_CLOSE header.

  • statement id.

Example

05 00 00 00 19 04 00 00 00

Response

No response from server.

This page is licensed: CC BY-SA / Gnu FDL

int<1>
int<4>
mysql_stmt_close()
mysql_stmt_prepare()