An Execute packet is sent by the client to request execution of a cursor/portal.
String packetType: "Execute"
String portalName : the name of the portal/cursor to execute. This can be an empty string for the default portal.
int maxRows : the maximum number of rows to return. Zero means no limit.