根据给定的参数名称检索指定参数的值作为 byte 值。
语法
public byte getByte(java.lang.String sCol)
参数
sCol
包含参数名称的 String。
返回值
byte 值。
异常
备注
此 getByte 方法由 java.sql.CallableStatement 接口中的 getByte 方法指定。
getByte 方法 (java.lang.String) |
根据给定的参数名称检索指定参数的值作为 byte 值。
public byte getByte(java.lang.String sCol)
sCol
包含参数名称的 String。
byte 值。
此 getByte 方法由 java.sql.CallableStatement 接口中的 getByte 方法指定。