This packet is sent by the client to start a new prepared statement.
preparedStatementName (string): the name of the new prepared statement, empty for default
query (string): the SQL query to be parsed
parameterTypes (List<int>): the data types of the parameters
This packet type has no methods aside from the common ones.