The OPNQRY packet is sent by client to start the execution of a prepared statement.
Properties
PKGNAMCSN: (PKGNAMCSN object): the name of the query being opened
sql: the SQL for the query (read-only)
log.info("Now executing prepared statement: " + context.packet.sql);