根据给定的参数索引,检索指定参数的值作为 byte 值。
语法
public byte getByte(int index)
参数
index
指示参数索引的 int 值。
返回值
byte 值。
异常
备注
此 getByte 方法由 java.sql.CallableStatement 接口中的 getByte 方法指定。
getByte 方法 (int) |
根据给定的参数索引,检索指定参数的值作为 byte 值。
public byte getByte(int index)
index
指示参数索引的 int 值。
byte 值。
此 getByte 方法由 java.sql.CallableStatement 接口中的 getByte 方法指定。