I have the following method:
public String insereRegistro(int tipo, String data, String horario, String historico,
int veiculo, double km, int cliente, int solicitante,
String finalizado) {
...
}
How do I get the method to accept the null value?