Share via


getByte 方法 (int)

下載 JDBC 驅動程式

透過指定的參數索引,擷取所指定參數的值來作為 byte 值。

語法

  
public byte getByte(int index)  

參數

index

指出參數索引的 int

傳回值

byte 值。

例外狀況

SQLServerException

備註

這個 getByte 方法是由 java.sql.CallableStatement 介面中的 getByte 方法指定。

另請參閱

getByte 方法 (SQLServerCallableStatement)
SQLServerCallableStatement 成員
SQLServerCallableStatement 類別