Partilhar via


Método getByte (int)

Baixar o JDBC Driver

Recupera o valor do parâmetro designado como um valor byte, considerando o índice do parâmetro.

Sintaxe

  
public byte getByte(int index)  

Parâmetros

index

Um int que indica o índice do parâmetro.

Valor de retorno

Um valor byte.

Exceções

SQLServerException

Comentários

Esse método getByte é especificado pelo método getByte na interface java.sql.CallableStatement.

Consulte Também

Método getByte (SQLServerCallableStatement)
Membros SQLServerCallableStatement
Classe SQLServerCallableStatement