A ParameterDescription packet is returned by the server after the client sends a Describe packet. It describes the data type of all parameters required to execute the prepared statement specified in the Describe call.
String packetType: "ParameterDescription"
List<Integer> parameterDataTypes : the data type OID of the parameters for the prepared statement. This list can be modified.