Descripción
Sintaxis
public void setTimestamp(int parameterIndex, Timestamp x) throws SQLException
public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException
public void setTimestamp(String parameterName, Timestamp x) throws SQLException
public void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
Parámetros
- Calendar cal,
- Timestamp x,
- String parameterName,
- 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.