getByte 方法 (int)

下载 JDBC 驱动程序

根据给定的参数索引检索指定参数作为 byte 值的值。

语法

  
public byte getByte(int index)  

参数

index

指示参数索引的 int

返回值

一个 byte 值

例外

SQLServerException

备注

此 getByte 方法由 java.sql.CallableStatement 接口中的 getByte 方法指定。

另请参阅

getByte 方法 (SQLServerCallableStatement)
SQLServerCallableStatement 成员
SQLServerCallableStatement 类