ResultSet.updateAsciiStream() | Java

 

Descripción

Sintaxis

void updateAsciiStream(int columnIndex, InputStream x) throws SQLException
void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException
void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException
void updateAsciiStream(String columnLabel, InputStream x) throws SQLException
void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException
void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException

Parámetros

  • InputStream x,
  • long length,
  • int length,
  • String columnLabel,
  • int columnIndex,

Excepciones

SQLException, SQLFeatureNotSupportedException

Clase Padre

ResultSet

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.