Descripción
Sintaxis
void setBlob(String parameterName, InputStream inputStream) throws SQLException
void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException
void setBlob(String parameterName, Blob x) throws SQLException
Parámetros
- long length,
- InputStream inputStream,
- String parameterName,
- Blob x,
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.