ParameterDescription packet
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.
Methods
Methods
List<Integer> getParameterDataTypes() : returns the data type OID of the parameters for the prepared statement. This list can be modified.