Parse packet
The client sends a Parse packet to set up a prepared statement.
Attributes
Attributes
String packetType: "Parse"
String preparedStatementName : the name to give to the prepared statement. Can be empty string for the default prepared statement.
String query: the SQL query
List<Integer> parameterTypes() : the OID of the type of the parameters.