getBytes Method (int) (SQLServerResultSet)
Retrieves the value of the designated column index in the current row of this SQLServerResultSet object as a byte array in the Java programming language.
public byte[] getBytes(int columnIndex)
Parámetros
columnIndex
An int that indicates the column index.
Valor devuelto
An array of byte values.
Excepciones
Observaciones
This getBytes method is specified by the getBytes method in the java.sql.ResultSet interface.
This method supports retrieving all columns as a raw read of bytes from the server. It returns an array of bytes directly from the server, in the format that is stored on the server.
Vea también
Referencia
Conceptos
getBytes Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members