getByte 方法 (java.lang.String)
根据给定的参数名称检索指定参数的值作为 byte 值。
语法
public byte getByte(java.lang.String sCol)
参数
sCol
包含参数名称的字符串。
返回值
一个 byte 值。
例外
备注
此 getByte 方法由 java.sql.CallableStatement 接口中的 getByte 方法指定。
另请参阅
getByte 方法 (SQLServerCallableStatement)
SQLServerCallableStatement 成员
SQLServerCallableStatement 类