Share via


getByte Method (int)

Retrieves the value of the designated parameter as a byte value given the parameter index.

Syntax

public byte getByte(int index)

Parameters

index

An int that indicates the parameter index.

Return Value

A byte value.

Exceptions

SQLServerException

Remarks

This getByte method is specified by the getByte method in the java.sql.CallableStatement interface.

See Also

Reference

SQLServerCallableStatement Class

Concepts

getByte Method (SQLServerCallableStatement)

SQLServerCallableStatement Members