Descripción
Sintaxis
public void setDate(int parameterIndex, Date x) throws SQLException
public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException
public void setDate(String parameterName, Date x) throws SQLException
public void setDate(String parameterName, Date x, Calendar cal) throws SQLException
Parámetros
- Calendar cal,
- String parameterName,
- Date x,
- int parameterIndex,
Excepciones
SQLException, SQLFeatureNotSupportedException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.