共用方式為


getBoolean Method (int) (SQLServerResultSet)

Retrieves the value of the designated column index in the current row of this SQLServerResultSet object as a boolean in the Java programming language.

public boolean getBoolean(int columnIndex)

參數

columnIndex

An int that indicates the column index.

傳回值

A boolean value.

例外狀況

SQLServerException

備註

This getBoolean method is specified by the getBoolean method in the java.sql.ResultSet interface.

This method is supported only on number and character data types. It converts values "1", 1, and "true" to true, and values "0", 0, and "false" to false. For all other values the behavior is undefined.

另請參閱

參考

SQLServerResultSet Class

概念

getBoolean Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members