StmtExecuteResponse packet

A StmtExecuteResponse packet is sent by the server to indicate that a prepared statement has been executed.

Properties

  • int sequenceId: the sequence ID for the packet.

  • String packetType: always "StmtExecuteResponse" - read-only.

  • int statementId: the ID of the statement that was executed

  • List<ColumnDefinitionPacket> colDefs: the column definitions in the result set to follow


Methods

  • ColumnDefinitionPacket addColumnDefinition(): adds a new column definition

  • ColumnDefinitionPacket getColumnDefinition(String schemaName, String tableName, String columnName): gets the column definition for the specified column, if present